PaylikeCurrency class Null safety

PaylikeCurrency describes a single currency in the collection

Constructors

PaylikeCurrency(String code, String currency, int numeric, int exponent, bool funding, bool deprecated)
Creates a PaylikeCurrency instance
PaylikeCurrency.fromJSON(Map<String, dynamic> json)
Creates a PaylikeCurrency instance using JSON

Properties

code String
Currency code (e.g. USD, EUR, GBP)
read / write
currency String
Currency name (e.g. United States dollar, Euro, Pound Sterling)
read / write
deprecated bool
Indicates if the given currency is supported yet (e.g. the old Venezuelan bolĂ­var soberan is deprecated now)
read / write
exponent int
Exponent to use with a given currency
read / write
funding bool
Indicates currency support for your merchant account
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
numeric int
Numeric code for the currency (e.g. 840, 978, 826)
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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