NumberFormatValues constructor

const NumberFormatValues({
  1. bool commaSperated = false,
  2. int decimalPoint = 0,
  3. bool currency = false,
})

Implementation

const NumberFormatValues({
  this.commaSperated = false,
  this.decimalPoint = 0,
  this.currency = false,
});