UniswapInputBuilder class

Constructors

UniswapInputBuilder()

Properties

amountA String?
getter/setter pair
amountB String?
getter/setter pair
approved bool?
getter/setter pair
broadcast bool?
getter/setter pair
chainId String?
getter/setter pair
contractAddress String?
getter/setter pair
data String?
getter/setter pair
encoding String?
getter/setter pair
EOA bool?
getter/setter pair
gas String?
getter/setter pair
gasPrice String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
input String?
getter/setter pair
nonce String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
getter/setter pair
tokenA String?
getter/setter pair
tokenB String?
getter/setter pair
tokenId String?
getter/setter pair
tokenIds String?
getter/setter pair
value String?
getter/setter pair

Methods

build() UniswapInput
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(UniswapInput other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(UniswapInputBuilder)?) → void
Applies updates.
override

Operators

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