Currency class

Currency as alphabetic code in ISO 4217 format.

Inheritance
Available extensions

Constructors

Currency(String val)
const
Currency.fromJson(String val)
Constructs a Currency from the provided val.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
l10n String

Available on Currency, provided by the CurrencyL10nExtension extension

Returns a symbol of this Currency.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val String
Actual value wrapped by this NewType.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Returns a String representing this Currency.
toString() String
A string representation of this object.
inherited

Operators

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