CacheMetadata constructor
CacheMetadata({})
Implementation
CacheMetadata({
required this.downloadedBytes,
this.totalBytes,
required this.isComplete,
required this.lastUpdated,
this.isHls = false,
});
CacheMetadata({
required this.downloadedBytes,
this.totalBytes,
required this.isComplete,
required this.lastUpdated,
this.isHls = false,
});