CdnAssetCacheState constructor

const CdnAssetCacheState({
  1. required String hash,
  2. required int downloadedAt,
})

Implementation

const CdnAssetCacheState({
  required this.hash,
  required this.downloadedAt,
});