copyWith method

UpdateFileGenerationStop copyWith({
  1. int? generationId,
})

Implementation

UpdateFileGenerationStop copyWith({int? generationId}) =>
    UpdateFileGenerationStop(generationId: generationId ?? this.generationId);