symbols property
Return the symbols which are used in our locale. Cache them to avoid repeated lookup.
Implementation
NumberSymbols get symbols => _symbols;
Return the symbols which are used in our locale. Cache them to avoid repeated lookup.
NumberSymbols get symbols => _symbols;