PaylikeCurrency constructor Null safety

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

Implementation

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