DownloadProgress constructor
DownloadProgress({
- required DownloadState state,
- double progress = 0,
- String? filePath,
- String? error,
Implementation
DownloadProgress({
required this.state,
this.progress = 0,
this.filePath,
this.error,
});