UpdateFileDownload constructor
const
UpdateFileDownload({
- required int fileId,
- required int completeDate,
- required bool isPaused,
- required DownloadedFileCounts counts,
- dynamic extra,
- int? clientId,
A file download was changed. This update is sent only after file download list is loaded for the first time
Implementation
const UpdateFileDownload({
required this.fileId,
required this.completeDate,
required this.isPaused,
required this.counts,
this.extra,
this.clientId,
});