Route class

Constructors

Route(List<Pair> pairs, Currency input, {Currency? output})

Properties

chainId ChainId
no setter
hashCode int
The hash code for this object.
no setterinherited
input Currency
getter/setter pair
midPrice Price
getter/setter pair
output Currency
getter/setter pair
pairs List<Pair>
getter/setter pair
path List<Token>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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