UpdateFileGenerationStart constructor

UpdateFileGenerationStart({
  1. String? extra,
  2. int? client_id,
  3. int64? generation_id,
  4. string? original_path,
  5. string? destination_path,
  6. string? conversion,
})

Implementation

UpdateFileGenerationStart({
  super.extra,
  super.client_id,
  this.generation_id,
  this.original_path,
  this.destination_path,
  this.conversion,
});