parse method
- String text
Parse the number represented by the string. If it's not parseable, throws a FormatException.
Implementation
num parse(String text) => parseWith(NumberParser.new, text);
Parse the number represented by the string. If it's not parseable, throws a FormatException.
num parse(String text) => parseWith(NumberParser.new, text);