UpdateFileDownloads constructor
const
UpdateFileDownloads({})
The state of the file download list has changed
Implementation
const UpdateFileDownloads({
required this.totalSize,
required this.totalCount,
required this.downloadedSize,
this.extra,
this.clientId,
});