DownloadProgress constructor
const
DownloadProgress({})
Implementation
const DownloadProgress({
required this.downloadedBytes,
required this.totalBytes,
required this.progress,
required this.status,
});
const DownloadProgress({
required this.downloadedBytes,
required this.totalBytes,
required this.progress,
required this.status,
});