AmountFormatter constructor

AmountFormatter({
  1. String separator = ' ',
  2. String currency = '',
})

Implementation

AmountFormatter({
  this.separator = ' ',
  this.currency = '',
});