Currency class
Constructors
- Currency({required String iso_4217_code, required String iso_4217_numeric, required String iso_4217_name, required int? iso_4217_minor_unit, required String full_name, required String symbol, required String symbol_native, required int decimal_digits, required double rounding, required String name_plural, required String? withdrawal_date})
Properties
- decimal_digits → int
-
Currency decimal_digits.
final
- full_name → String
-
English full name
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iso_4217_code → String
-
ISO 4217 currency alpha-3 code
final
- iso_4217_minor_unit → int?
-
The smallest unit of a currency, depending on the number of decimals.
final
- iso_4217_name → String
-
official ISO 4217 currency name
final
- iso_4217_numeric → String
-
ISO 4217 currency numeric
final
- name_plural → String
-
Plural name.
final
- rounding → double
-
Currency Rounding
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String
-
Currency symbol.
final
- symbol_native → String
-
Currency native symbol.
final
- withdrawal_date → String?
-
Withdrawal date.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited