CacheRow constructor

const CacheRow({
  1. required String checksum,
})

Implementation

const CacheRow({required this.checksum});