DecimalParser constructor

DecimalParser(
  1. String newValue
)

Implementation

DecimalParser(String newValue) : value = double.parse(newValue);