copyWith method

CacheRow copyWith({
  1. String? checksum,
})

Implementation

CacheRow copyWith({String? checksum}) =>
    CacheRow(checksum: checksum ?? this.checksum);