CurrenciesEnum enum
Values
- payv1 → const CurrenciesEnum
-
const CurrenciesEnum('PAYV1')
- pay → const CurrenciesEnum
-
const CurrenciesEnum('PAY')
- usdt → const CurrenciesEnum
-
const CurrenciesEnum('USDT')
- btc → const CurrenciesEnum
-
const CurrenciesEnum('BTC')
- usdc → const CurrenciesEnum
-
const CurrenciesEnum('USDC')
- sol → const CurrenciesEnum
-
const CurrenciesEnum('SOL')
- matic → const CurrenciesEnum
-
const CurrenciesEnum('MATIC')
- eth → const CurrenciesEnum
-
const CurrenciesEnum('ETH')
- xrp → const CurrenciesEnum
-
const CurrenciesEnum('XRP')
- doge → const CurrenciesEnum
-
const CurrenciesEnum('DOGE')
- trx → const CurrenciesEnum
-
const CurrenciesEnum('TRX')
- ada → const CurrenciesEnum
-
const CurrenciesEnum('ADA')
- bch → const CurrenciesEnum
-
const CurrenciesEnum('BCH')
- dot → const CurrenciesEnum
-
const CurrenciesEnum('DOT')
- dai → const CurrenciesEnum
-
const CurrenciesEnum('DAI')
- uni → const CurrenciesEnum
-
const CurrenciesEnum('UNI')
- bonk → const CurrenciesEnum
-
const CurrenciesEnum('BONK')
- ngn → const CurrenciesEnum
-
const CurrenciesEnum('NGN')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
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
Constants
-
values
→ const List<
CurrenciesEnum> - A constant List of the values in this enum, in order of their declaration.