copyWith method
Implementation
TaskGalleryItemRequest copyWith({String? objectId}) {
return TaskGalleryItemRequest(objectId: objectId ?? this.objectId);
}
TaskGalleryItemRequest copyWith({String? objectId}) {
return TaskGalleryItemRequest(objectId: objectId ?? this.objectId);
}