symbols property
NumberSymbols
get
symbols
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;