LiquidityInfo class

Constructors

LiquidityInfo({required double baseReal, required double quoteReal, required double feeGrowthQuote, required double feeGrowthBase, required double liquidityAmount, required double priceMax, required double priceMin})

Properties

baseReal double
getter/setter pair
feeGrowthBase double
getter/setter pair
feeGrowthQuote double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liquidityAmount double
getter/setter pair
priceMax double
getter/setter pair
priceMin double
getter/setter pair
quoteReal double
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