CompactNumberSymbols class Null safety

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, String> COMPACT_DECIMAL_SHORT_PATTERN, Map<int, String>? COMPACT_DECIMAL_LONG_PATTERN, required Map<int, String> COMPACT_DECIMAL_SHORT_CURRENCY_PATTERN})

Properties

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

Methods

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

Operators

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