Input$GalleryUpdateInput class
Constructors
-
Input$GalleryUpdateInput({String? clientMutationId, required String id, String? title, String? code, @Deprecated('Use urls') String? url, List<
String> ? urls, String? date, String? details, String? photographer, int? rating100, bool? organized, List<String> ? scene_ids, String? studio_id, List<String> ? tag_ids, List<String> ? performer_ids, String? primary_file_id, Input$CustomFieldsInput? custom_fields}) -
factory
-
Input$GalleryUpdateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- clientMutationId → String?
-
no setter
- code → String?
-
no setter
-
copyWith
→ CopyWith$Input$GalleryUpdateInput<
Input$GalleryUpdateInput> -
no setter
- custom_fields → Input$CustomFieldsInput?
-
no setter
- date → String?
-
no setter
- details → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
no setter
- organized → bool?
-
no setter
-
performer_ids
→ List<
String> ? -
no setter
- photographer → String?
-
no setter
- primary_file_id → String?
-
no setter
- rating100 → int?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scene_ids
→ List<
String> ? -
no setter
- studio_id → String?
-
no setter
-
tag_ids
→ List<
String> ? -
no setter
- title → String?
-
no setter
- url → String?
-
no setter
-
urls
→ List<
String> ? -
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override