CurrencyCode class

Currency element. This is the element that contains all the information

Constructors

CurrencyCode({required String code, required String numericCode, required String minorUnit, required String name, required String symbol})

Properties

code String
the currency code (EUR,INR,etc)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
minorUnit String
the numeric code for the currency
getter/setter pair
name String
the name of the currency
getter/setter pair
numericCode String
the numeric code for the currency
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
the symbol of the currency
getter/setter pair

Methods

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

Operators

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