CopyWith$Input$CoinApiInput<TRes> class abstract

Constructors

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

Properties

check CopyWith$Input$CoinApiCheckInput<TRes>
no setter
deduct CopyWith$Input$CoinApiMethodInput<TRes>
no setter
hashCode int
The hash code for this object.
no setterinherited
push CopyWith$Input$CoinApiMethodInput<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({Input$CoinApiMethodInput? push, Input$CoinApiMethodInput? deduct, Input$CoinApiCheckInput? check}) → 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