CopyWith$Input$SceneUpdateInput<TRes> class abstract

Constructors

CopyWith$Input$SceneUpdateInput(Input$SceneUpdateInput instance, TRes then(Input$SceneUpdateInput))
factory
CopyWith$Input$SceneUpdateInput.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? clientMutationId, String? id, String? title, String? code, String? details, String? director, String? url, List<String>? urls, String? date, int? rating100, int? o_counter, bool? organized, String? studio_id, List<String>? gallery_ids, List<String>? performer_ids, List<Input$SceneGroupInput>? groups, List<Input$SceneMovieInput>? movies, List<String>? tag_ids, String? cover_image, List<Input$StashIDInput>? stash_ids, double? resume_time, double? play_duration, int? play_count, String? primary_file_id, Input$CustomFieldsInput? custom_fields}) → TRes
groups(Iterable<Input$SceneGroupInput>? _fn(Iterable<CopyWith$Input$SceneGroupInput<Input$SceneGroupInput>>?)) → TRes
movies(Iterable<Input$SceneMovieInput>? _fn(Iterable<CopyWith$Input$SceneMovieInput<Input$SceneMovieInput>>?)) → 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