CompactNumberSymbols constructor

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

Implementation

CompactNumberSymbols(
    {this.COMPACT_DECIMAL_SHORT_PATTERN,
    this.COMPACT_DECIMAL_LONG_PATTERN,
    this.COMPACT_DECIMAL_SHORT_CURRENCY_PATTERN});