DownloadProgress constructor
const
DownloadProgress({})
Creates a new instance of DownloadProgress
Implementation
const DownloadProgress({
required this.url,
required this.progress,
required this.bytesDownloaded,
});