NumericDecimalFormatter constructor

NumericDecimalFormatter({
  1. String symbol = '',
  2. String locale = "es_PY",
  3. int decimalDigits = 2,
})

Implementation

NumericDecimalFormatter({
  this.symbol = '',
  this.locale = "es_PY",
  this.decimalDigits = 2,
});