CurrencyOfCountry class

Constructors

CurrencyOfCountry({String? symbol, String? thousandSeparator, String? decimalSeparator, int? decimalPlaces, int? symbolPosition, String? symbolForBillion, String? symbolForMillion, String? symbolForThousands, int? subUnit, String? currencyName, String? currencyCode})
CurrencyOfCountry.fromJson(Map<String, dynamic> json)

Properties

currencyCode String?
getter/setter pair
currencyName String?
getter/setter pair
decimalPlaces int?
getter/setter pair
decimalSeparator String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subUnit int?
getter/setter pair
symbol String?
getter/setter pair
symbolForBillion String?
getter/setter pair
symbolForMillion String?
getter/setter pair
symbolForThousands String?
getter/setter pair
symbolPosition int?
getter/setter pair
thousandSeparator String?
getter/setter pair

Methods

copyWith({String? symbol, String? thousandSeparator, String? decimalSeparator, int? decimalPlaces, int? symbolPosition, String? symbolForBillion, String? symbolForMillion, String? symbolForThousands, int? subUnit, String? currencyName, String? currencyCode}) CurrencyOfCountry
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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