PaylikeCurrency constructor

PaylikeCurrency(
  1. String code,
  2. String currency,
  3. int numeric,
  4. int exponent,
  5. bool funding,
  6. bool deprecated,
)

Creates a PaylikeCurrency instance

Implementation

PaylikeCurrency(this.code, this.currency, this.numeric, this.exponent,
    this.funding, this.deprecated);