Currency class

Constructors

Currency(String name, [String? symbol, String? isoCode, String? fractUnit])
const

Properties

fractUnit String?
fractUnit define the name of the fractUnit example: 1.20 is readed as: One Euro and twenty cent.
final
hashCode int
The hash code for this object.
no setterinherited
isoCode String?
isoCode is like short name example: EUR, USD.
final
name String
name define the currency name: Euro, Dollars.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
symbol define the currency symbol: €, $.
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