CacheEntry constructor
const
CacheEntry({})
Implementation
const CacheEntry({
required this.key,
required this.localPath,
required this.size,
required this.cachedAt,
required this.lastAccessedAt,
});
const CacheEntry({
required this.key,
required this.localPath,
required this.size,
required this.cachedAt,
required this.lastAccessedAt,
});