UpdateFileGenerationStart constructor
UpdateFileGenerationStart({})
Implementation
UpdateFileGenerationStart({
required this.generationId,
required this.originalPath,
required this.destinationPath,
required this.conversion,
});