DecimalFormatter constructor

DecimalFormatter({
  1. int count = 0,
})

Implementation

DecimalFormatter({
  this.count = 0,
});