UpdateFileDownload constructor
UpdateFileDownload({
- required int fileId,
- required int completeDate,
- required bool isPaused,
- DownloadedFileCounts? counts,
Implementation
UpdateFileDownload({
required this.fileId,
required this.completeDate,
required this.isPaused,
this.counts,
});