CurrencyCode enum

Code used when referencing a currency

Inheritance

Constructors

CurrencyCode()
const

Values

AED → const CurrencyCode
AFN → const CurrencyCode
ALL → const CurrencyCode
AMD → const CurrencyCode
ANG → const CurrencyCode
AOA → const CurrencyCode
ARS → const CurrencyCode
AUD → const CurrencyCode
AWG → const CurrencyCode
AZN → const CurrencyCode
BAM → const CurrencyCode
BBD → const CurrencyCode
BDT → const CurrencyCode
BGN → const CurrencyCode
BHD → const CurrencyCode
BIF → const CurrencyCode
BMD → const CurrencyCode
BND → const CurrencyCode
BOB → const CurrencyCode
BRL → const CurrencyCode
BSD → const CurrencyCode
BTN → const CurrencyCode
BWP → const CurrencyCode
BYR → const CurrencyCode
BZD → const CurrencyCode
CAD → const CurrencyCode
CDF → const CurrencyCode
CHF → const CurrencyCode
CLP → const CurrencyCode
CNY → const CurrencyCode
COP → const CurrencyCode
CRC → const CurrencyCode
CUP → const CurrencyCode
CVE → const CurrencyCode
CZK → const CurrencyCode
DJF → const CurrencyCode
DKK → const CurrencyCode
DOP → const CurrencyCode
DZD → const CurrencyCode
EGP → const CurrencyCode
ERN → const CurrencyCode
ETB → const CurrencyCode
EUR → const CurrencyCode
FJD → const CurrencyCode
FKP → const CurrencyCode
GBP → const CurrencyCode
GEL → const CurrencyCode
GHS → const CurrencyCode
GIP → const CurrencyCode
GMD → const CurrencyCode
GNF → const CurrencyCode
GTQ → const CurrencyCode
GYD → const CurrencyCode
HKD → const CurrencyCode
HNL → const CurrencyCode
HRK → const CurrencyCode
HTG → const CurrencyCode
HUF → const CurrencyCode
IDR → const CurrencyCode
ILS → const CurrencyCode
INR → const CurrencyCode
IQD → const CurrencyCode
IRR → const CurrencyCode
ISK → const CurrencyCode
JMD → const CurrencyCode
JOD → const CurrencyCode
JPY → const CurrencyCode
KES → const CurrencyCode
KGS → const CurrencyCode
KHR → const CurrencyCode
KMF → const CurrencyCode
KPW → const CurrencyCode
KRW → const CurrencyCode
KWD → const CurrencyCode
KYD → const CurrencyCode
KZT → const CurrencyCode
LAK → const CurrencyCode
LBP → const CurrencyCode
LKR → const CurrencyCode
LRD → const CurrencyCode
LSL → const CurrencyCode
MAD → const CurrencyCode
MDL → const CurrencyCode
MGA → const CurrencyCode
MKD → const CurrencyCode
MMK → const CurrencyCode
MNT → const CurrencyCode
MOP → const CurrencyCode
MRU → const CurrencyCode
MRO → const CurrencyCode
MUR → const CurrencyCode
MVR → const CurrencyCode
MWK → const CurrencyCode
MXN → const CurrencyCode
MYR → const CurrencyCode
MZN → const CurrencyCode
NAD → const CurrencyCode
NGN → const CurrencyCode
NIO → const CurrencyCode
NOK → const CurrencyCode
NPR → const CurrencyCode
NZD → const CurrencyCode
OMR → const CurrencyCode
PAB → const CurrencyCode
PEN → const CurrencyCode
PGK → const CurrencyCode
PHP → const CurrencyCode
PKR → const CurrencyCode
PLN → const CurrencyCode
PYG → const CurrencyCode
QAR → const CurrencyCode
RON → const CurrencyCode
RSD → const CurrencyCode
RUB → const CurrencyCode
RWF → const CurrencyCode
SAR → const CurrencyCode
SBD → const CurrencyCode
SCR → const CurrencyCode
SDG → const CurrencyCode
SEK → const CurrencyCode
SGD → const CurrencyCode
SHP → const CurrencyCode
SLL → const CurrencyCode
SOS → const CurrencyCode
SRD → const CurrencyCode
STN → const CurrencyCode
STD → const CurrencyCode
SYP → const CurrencyCode
SZL → const CurrencyCode
THB → const CurrencyCode
TJS → const CurrencyCode
TMT → const CurrencyCode
TND → const CurrencyCode
TOP → const CurrencyCode
TRY → const CurrencyCode
TTD → const CurrencyCode
TWD → const CurrencyCode
TZS → const CurrencyCode
UAH → const CurrencyCode
UGX → const CurrencyCode
USD → const CurrencyCode
UYU → const CurrencyCode
UZS → const CurrencyCode
VEF → const CurrencyCode
VES → const CurrencyCode
VND → const CurrencyCode
VUV → const CurrencyCode
WST → const CurrencyCode
XAF → const CurrencyCode
XCD → const CurrencyCode
XOF → const CurrencyCode
XPF → const CurrencyCode
YER → const CurrencyCode
ZAR → const CurrencyCode
ZMK → const CurrencyCode
ZWL → const CurrencyCode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<CurrencyCode>
A constant List of the values in this enum, in order of their declaration.