NumberSymbols class

This holds onto information about how a particular locale formats numbers. It contains strings for things like the decimal separator, digit to use for "0" and infinity. We expect the data for instances to be generated out of ICU or a similar reference source.

Constructors

NumberSymbols({String NAME, String DECIMAL_SEP, String GROUP_SEP, String PERCENT, String ZERO_DIGIT, String PLUS_SIGN, String MINUS_SIGN, String EXP_SYMBOL, String PERMILL, String INFINITY, String NAN, String DECIMAL_PATTERN, String SCIENTIFIC_PATTERN, String PERCENT_PATTERN, String CURRENCY_PATTERN, String DEF_CURRENCY_CODE })
const

Properties

CURRENCY_PATTERN String
final
DECIMAL_PATTERN String
final
DECIMAL_SEP String
final
DEF_CURRENCY_CODE String
final
EXP_SYMBOL String
final
GROUP_SEP String
final
INFINITY String
final
MINUS_SIGN String
final
NAME String
final
NAN String
final
PERCENT String
final
PERCENT_PATTERN String
final
PERMILL String
final
PLUS_SIGN String
final
SCIENTIFIC_PATTERN String
final
ZERO_DIGIT String
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited