NumFormatter constructor
NumFormatter({
- int numDigits = 2,
Implementation
NumFormatter({this.numDigits = 2}) : assert(numDigits >= 0);
NumFormatter({this.numDigits = 2}) : assert(numDigits >= 0);