Currency class

Constructors

Currency(String type, {double? amount})

Properties

amount double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pair

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

AED → const String
AUD → const String
BRL → const String
CAD → const String
CHF → const String
CLP → const String
CNY → const String
COP → const String
CZK → const String
DKK → const String
EGP → const String
EUR → const String
GBP → const String
HKD → const String
HUF → const String
IDR → const String
ILS → const String
INR → const String
JPY → const String
KRW → const String
KWD → const String
LKR → const String
MXN → const String
MYR → const String
NOK → const String
NZD → const String
PHP → const String
PLN → const String
RON → const String
RUB → const String
SAR → const String
SEK → const String
SGD → const String
THB → const String
TRY → const String
TWD → const String
USD → const String
ZAR → const String