ImageData copyWith({ File? file, bool? isDeletable, String? id, }) { return ImageData( file: file ?? this.file, isDeletable: isDeletable ?? this.isDeletable, id: id ?? this.id, ); }