CopyWith$Input$ResponseInput<TRes> class abstract

Constructors

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

Properties

answers CopyWith$Input$ResponseAnswerInput<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
target CopyWith$Input$TargetInput<TRes>
no setter

Methods

call({String? question, Input$TargetInput? target, Input$ResponseAnswerInput? answers}) → 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