CacheEntry constructor

CacheEntry({
  1. File? file,
  2. Uint8List? bytes,
})

Implementation

CacheEntry({this.file, this.bytes});