paylike_currencies
paylike_currencies
PaylikeCurrency
PaylikeCurrency constructor
PaylikeCurrency
PaylikeCurrency
constructor
Null safety
PaylikeCurrency
(
String
code
,
String
currency
,
int
numeric
,
int
exponent
,
bool
funding
)
Implementation
PaylikeCurrency( this.code, this.currency, this.numeric, this.exponent, this.funding);
paylike_currencies
paylike_currencies
PaylikeCurrency
PaylikeCurrency constructor
PaylikeCurrency class
Constructors
PaylikeCurrency
fromJSON
Properties
code
currency
exponent
funding
hashCode
numeric
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==