updateFile property
Information about a file was updated
Implementation
UpdateFile? get updateFile {
if (this is UpdateFile) {
return this as UpdateFile;
}
return null;
}
Information about a file was updated
UpdateFile? get updateFile {
if (this is UpdateFile) {
return this as UpdateFile;
}
return null;
}