CurrencyFormatter class

Constructors

CurrencyFormatter({String? locale, String? currency, String? symbol, int? decimalDigits})

Properties

currency String?
final
decimalDigits int?
getter/setter pair
format → NumberFormat
no setter
hashCode int
The hash code for this object.
no setterinherited
locale String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
final

Methods

decimalFromDecimal(Decimal decimal) → Decimal
decimalFromString(String text) → Decimal
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stringFromDecimal(Decimal decimal) String
stringFromString(String text) String
toString() String
A string representation of this object.
inherited

Operators

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