CurrencyFormats constructor

CurrencyFormats({
  1. String? common,
  2. String? commonNegative,
  3. String? iso,
  4. String? isoNegative,
})

Implementation

CurrencyFormats({
  this.common,
  this.commonNegative,
  this.iso,
  this.isoNegative,
});