CurrencyInfo class

Constructors

CurrencyInfo(String currencyCode, {String? translated, String? symbol})
const
CurrencyInfo.fromJson(Map<String, dynamic> json)
factory

Properties

currencyCode String
ISO 4217 currency code, e.g. 'USD'.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
Symbol that represents the currency, e.g. '$'. Returns simply the currency code for most currencies.
final
translated String?
Localized currency, e.g. 'US Dollar'.
final

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.
override