CopyWith$Input$BulkImageUpdateInput<TRes> class
abstract
Constructors
- CopyWith$Input$BulkImageUpdateInput(Input$BulkImageUpdateInput instance, TRes then(Input$BulkImageUpdateInput))
-
factory
- CopyWith$Input$BulkImageUpdateInput.stub(TRes res)
-
factory
Properties
-
custom_fields
→ CopyWith$Input$CustomFieldsInput<
TRes> -
no setter
-
gallery_ids
→ CopyWith$Input$BulkUpdateIds<
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
-
tag_ids
→ CopyWith$Input$BulkUpdateIds<
TRes> -
no setter
-
urls
→ CopyWith$Input$BulkUpdateStrings<
TRes> -
no setter
Methods
-
call(
{String? clientMutationId, List< String> ? ids, String? title, String? code, int? rating100, bool? organized, String? url, Input$BulkUpdateStrings? urls, String? date, String? details, String? photographer, String? studio_id, Input$BulkUpdateIds? performer_ids, Input$BulkUpdateIds? tag_ids, Input$BulkUpdateIds? gallery_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