CopyWith$Input$StudioUpdateInput<TRes> class abstract

Constructors

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

Properties

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

Methods

call({String? id, String? name, String? url, List<String>? urls, String? parent_id, String? image, List<Input$StashIDInput>? stash_ids, int? rating100, bool? favorite, String? details, List<String>? aliases, List<String>? tag_ids, bool? ignore_auto_tag, bool? organized, Input$CustomFieldsInput? custom_fields}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stash_ids(Iterable<Input$StashIDInput>? _fn(Iterable<CopyWith$Input$StashIDInput<Input$StashIDInput>>?)) → TRes
toString() String
A string representation of this object.
inherited

Operators

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