CurrencyInfo constructor

const CurrencyInfo(
  1. String currencyCode, {
  2. String? translated,
  3. String? symbol,
})

Implementation

const CurrencyInfo(this.currencyCode, {this.translated, this.symbol});