CopyWith$Input$MovieUpdateInput<TRes> class abstract

Constructors

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

Properties

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, String? url, List<String>? urls, List<String>? tag_ids, String? front_image, String? back_image}) → 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