AMMDepositFlagInterface class

Constructors

AMMDepositFlagInterface({required bool TF_LP_TOKEN, required bool TF_SINGLE_ASSET, required bool TF_TWO_ASSET, required bool TF_ONE_ASSET_LP_TOKEN, required bool TF_LIMIT_LP_TOKEN})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TF_LIMIT_LP_TOKEN bool
final
TF_LP_TOKEN bool
final
TF_ONE_ASSET_LP_TOKEN bool
final
TF_SINGLE_ASSET bool
final
TF_TWO_ASSET bool
final

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