updateFileGenerationStart property
The file generation process needs to be started by the application
Implementation
UpdateFileGenerationStart? get updateFileGenerationStart {
if (this is UpdateFileGenerationStart) {
return this as UpdateFileGenerationStart;
}
return null;
}