StandaloneCurrencyCodeList constructor

StandaloneCurrencyCodeList({
  1. String? isoCurrencyCode,
  2. String? unofficialCurrencyCode,
})

Implementation

StandaloneCurrencyCodeList({
  this.isoCurrencyCode,
  this.unofficialCurrencyCode,
});