UpdateFileGenerationStart constructor
const
UpdateFileGenerationStart({})
The file generation process needs to be started by the application
Implementation
const UpdateFileGenerationStart({
required this.generationId,
required this.originalPath,
required this.destinationPath,
required this.conversion,
this.extra,
this.clientId,
});