PaylikeCurrency constructor Null safety

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

Implementation

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