NumFormatter constructor

NumFormatter({
  1. int numDigits = 2,
})

Implementation

NumFormatter({this.numDigits = 2}) : assert(numDigits >= 0);