CurrencyModel class

Constructors

CurrencyModel({String? currencyName, String? currencyCode, int? subUnit, String? symbol, dynamic decimalSeparator, dynamic decimalPlaces, String? thousandSeparator, double? exchange, int? available})
CurrencyModel.fromJson(Map<String, dynamic> json)

Properties

available int?
getter/setter pair
currencyCode String?
getter/setter pair
currencyName String?
getter/setter pair
decimalPlaces ↔ dynamic
getter/setter pair
decimalSeparator ↔ dynamic
getter/setter pair
exchange double?
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
thousandSeparator String?
getter/setter pair

Methods

copyWith({String? currencyName, String? currencyCode, int? subUnit, String? symbol, dynamic decimalSeparator, dynamic decimalPlaces, String? thousandSeparator, double? exchange, int? available}) CurrencyModel
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