Currency class

Constructors

Currency({required String isoCode, required String name, required String symbol, List<String> alternateSymbols = const [], String? disambiguateSymbol, required String? subunit, String? format, required bool symbolFirst, required String decimalMark, required String thousandsSeparator, required int isoNumeric, required int subunitToUnit, int smallestDenomination = 1})
const

Properties

alternateSymbols List<String>
final
decimalMark String
final
disambiguateSymbol String?
final
format String?
final
hashCode int
The hash code for this object.
no setterinherited
isoCode String
final
isoNumeric int
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallestDenomination int
final
subunit String?
final
subunitToUnit int
final
symbol String
final
symbolFirst bool
final
thousandsSeparator String
final

Methods

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

Operators

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