CurrencyAvailable class

Constructors

CurrencyAvailable({String? symbol, String? thousandSeparator, String? decimalSeparator, num? decimalPlaces, num? symbolPosition, String? symbolForBillion, String? symbolForMillion, String? symbolForThousands, num? subUnit, String? currencyName, String? currencyCode, num? exchange})
CurrencyAvailable.fromJson(Map<String, dynamic> json)

Properties

currencyCode String?
getter/setter pair
currencyName String?
getter/setter pair
decimalPlaces num?
getter/setter pair
decimalSeparator String?
getter/setter pair
exchange num?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSymbolLeft bool
no setter
isSymbolRight bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subUnit num?
getter/setter pair
symbol String?
getter/setter pair
symbolForBillion String?
getter/setter pair
symbolForMillion String?
getter/setter pair
symbolForThousands String?
getter/setter pair
symbolPosition num?
getter/setter pair
thousandSeparator String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited