GetSwapDtoBuilder class

Constructors

GetSwapDtoBuilder()

Properties

allowPartialFill bool?
getter/setter pair
amount String?
getter/setter pair
chainId double?
getter/setter pair
compatibility bool?
getter/setter pair
complexityLevel String?
getter/setter pair
connectorTokens String?
getter/setter pair
disableEstimate bool?
getter/setter pair
dst String?
getter/setter pair
fee String?
getter/setter pair
from String?
getter/setter pair
gasLimit String?
getter/setter pair
gasPrice String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeProtocols bool?
getter/setter pair
includeTokensInfo bool?
getter/setter pair
mainRouteParts String?
getter/setter pair
parts String?
getter/setter pair
permit String?
getter/setter pair
protocols String?
getter/setter pair
receiver String?
getter/setter pair
referrer String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slippage double?
getter/setter pair
src String?
getter/setter pair

Methods

build() GetSwapDto
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(GetSwapDto 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(GetSwapDtoBuilder)?) → void
Applies updates.
override

Operators

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