updateFileDownloads property
The state of the file download list has changed
Implementation
UpdateFileDownloads? get updateFileDownloads {
if (this is UpdateFileDownloads) {
return this as UpdateFileDownloads;
}
return null;
}
The state of the file download list has changed
UpdateFileDownloads? get updateFileDownloads {
if (this is UpdateFileDownloads) {
return this as UpdateFileDownloads;
}
return null;
}