copyWith method

UpdateFile copyWith({
  1. File? file,
})

Implementation

UpdateFile copyWith({File? file}) => UpdateFile(file: file ?? this.file);