TooManyDecimalValues constructor

TooManyDecimalValues(
  1. num errorNumber,
  2. int errorDecimals,
  3. int maxDecimals
)

Implementation

TooManyDecimalValues(this.errorNumber, this.errorDecimals, this.maxDecimals);