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