DownloadProgress constructor
const
DownloadProgress({})
Implementation
const DownloadProgress({
required this.currentFileIndex,
required this.totalFiles,
required this.currentFileProgress,
required this.currentFileName,
});