UpdateFileAddedToDownloads constructor
const
UpdateFileAddedToDownloads({
- required FileDownload fileDownload,
- required DownloadedFileCounts counts,
- dynamic extra,
- int? clientId,
A file was added to the file download list. This update is sent only after file download list is loaded for the first time
Implementation
const UpdateFileAddedToDownloads({
required this.fileDownload,
required this.counts,
this.extra,
this.clientId,
});