copyWith method

GetFileMimeType copyWith({
  1. String? fileName,
})

Implementation

GetFileMimeType copyWith({String? fileName}) =>
    GetFileMimeType(fileName: fileName ?? this.fileName);