CopyWith$Input$GroupUpdateInput<TRes> class abstract

Constructors

CopyWith$Input$GroupUpdateInput(Input$GroupUpdateInput instance, TRes then(Input$GroupUpdateInput))
factory
CopyWith$Input$GroupUpdateInput.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? aliases, int? duration, String? date, int? rating100, String? studio_id, String? director, String? synopsis, List<String>? urls, List<String>? tag_ids, List<Input$GroupDescriptionInput>? containing_groups, List<Input$GroupDescriptionInput>? sub_groups, String? front_image, String? back_image, Input$CustomFieldsInput? custom_fields}) → TRes
containing_groups(Iterable<Input$GroupDescriptionInput>? _fn(Iterable<CopyWith$Input$GroupDescriptionInput<Input$GroupDescriptionInput>>?)) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sub_groups(Iterable<Input$GroupDescriptionInput>? _fn(Iterable<CopyWith$Input$GroupDescriptionInput<Input$GroupDescriptionInput>>?)) → TRes
toString() String
A string representation of this object.
inherited

Operators

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