CopyWith$Input$BulkGalleryUpdateInput<TRes> class abstract

Constructors

CopyWith$Input$BulkGalleryUpdateInput(Input$BulkGalleryUpdateInput instance, TRes then(Input$BulkGalleryUpdateInput))
factory
CopyWith$Input$BulkGalleryUpdateInput.stub(TRes res)
factory

Properties

custom_fields CopyWith$Input$CustomFieldsInput<TRes>
no setter
hashCode int
The hash code for this object.
no setterinherited
performer_ids CopyWith$Input$BulkUpdateIds<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scene_ids CopyWith$Input$BulkUpdateIds<TRes>
no setter
tag_ids CopyWith$Input$BulkUpdateIds<TRes>
no setter
urls CopyWith$Input$BulkUpdateStrings<TRes>
no setter

Methods

call({String? clientMutationId, List<String>? ids, String? code, String? url, Input$BulkUpdateStrings? urls, String? date, String? details, String? photographer, int? rating100, bool? organized, Input$BulkUpdateIds? scene_ids, String? studio_id, Input$BulkUpdateIds? tag_ids, Input$BulkUpdateIds? performer_ids, Input$CustomFieldsInput? custom_fields}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited