copyWith method
Implementation
FileResponseEntity copyWith({String? fileName, String? imgUrl}) =>
FileResponseEntity(
fileName: fileName ?? this.fileName,
imgUrl: imgUrl ?? this.imgUrl,
);
FileResponseEntity copyWith({String? fileName, String? imgUrl}) =>
FileResponseEntity(
fileName: fileName ?? this.fileName,
imgUrl: imgUrl ?? this.imgUrl,
);