copyWith method
Creates a copy with the given fields replaced.
Implementation
ImageOutput copyWith({String? fileId}) {
return ImageOutput(fileId: fileId ?? this.fileId);
}
Creates a copy with the given fields replaced.
ImageOutput copyWith({String? fileId}) {
return ImageOutput(fileId: fileId ?? this.fileId);
}