intl_local/lib/src/intl/number_format_parser library

Classes

NumberFormatParser
Private class that parses the numeric formatting pattern and sets the variables in format to appropriate values. Instances of this are transient and store parsing state in instance variables, so can only be used to parse a single pattern.
NumberFormatParseResult
Output of _NumberFormatParser.parse.