CompactNumberSymbols class

A container class for SHORT, LONG, and SHORT CURRENCY patterns.

(This class' members contain more than just symbols: they contain the full number formatting pattern.)

Constructors

CompactNumberSymbols({required Map<int, Map<String, String>> COMPACT_DECIMAL_SHORT_PATTERN, Map<int, Map<String, String>>? COMPACT_DECIMAL_LONG_PATTERN, required Map<int, Map<String, String>> COMPACT_DECIMAL_SHORT_CURRENCY_PATTERN})

Properties

COMPACT_DECIMAL_LONG_PATTERN Map<int, Map<String, String>>?
final
COMPACT_DECIMAL_SHORT_CURRENCY_PATTERN Map<int, Map<String, String>>
final
COMPACT_DECIMAL_SHORT_PATTERN Map<int, Map<String, String>>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited