intl_local/lib/src/intl/number_parser library
Classes
- NumberParser
- A one-time object for parsing a particular numeric string. One-time here means an instance can only parse one string. This is implemented by transforming from a locale-specific format to one that the system can parse, then calls the system parsing methods on it.