FiatJpy class
A class that represents the Japanese Yen currency.
- Inheritance
-
- Object
- Currency
- FiatCurrency
- FiatJpy
- Available extensions
Properties
-
alternateSymbols
→ List<
String> ? -
Alternative symbols for this currency or
null
if no such symbols exists.finalinherited - code → String
-
The standardized code for the currency.
finalinherited
- codeNumeric → String
-
The international 3-numeric non-empty numeric code as defined by the ISO
4217 standard.
finalinherited
- codeOther → String
-
The international 3-numeric non-empty numeric code as defined by the ISO
4217 standard.
no setterinherited
- decimalMark → String
-
The decimal mark, or character used to separate the whole unit from the
subunit.
finalinherited
- disambiguateSymbol → String?
-
Alternative currency used if symbol is ambiguous, or
null
if no such symbol exists.finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- htmlEntity → String?
-
The HTML entity for the currency symbol, or
null
if no such entity exists.finalinherited - internationalName → String
-
An String representing the international name of the object. This is
typically a English name of the ISO object.
no setterinherited
- name → String
-
The name of the currency.
finalinherited
-
namesNative
→ List<
String> -
The native names of the currency in different locales.
finalinherited
- priority → int
-
A numerical value that can be used to sort/group any currency list.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smallestDenomination → int
-
Smallest amount of cash possible (in the subunit of this currency).
finalinherited
- subunit → String?
-
The name of the fractional monetary unit, or
null
if no such name exists.finalinherited - subunitToUnit → int
-
The proportion between the unit and the subunit.
finalinherited
- symbol → String?
-
The currency symbol.
finalinherited
- thousandsSeparator → String
-
The character used to separate thousands grouping of the whole unit.
finalinherited
-
translations
→ List<
TranslatedName> -
A list of
TranslatedName
objects representing the translations, with different languages, country and script codes.finalinherited - unitFirst → bool
-
Should the currency symbol precede the amount, or should it come after?
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{JsonCodec codec = const JsonCodec()}) → String -
Returns a JSON-encoded string representation of the object.
inherited
-
toString(
{bool short = true}) → String -
Returns a string representation of this instance.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited