GetLocalizations constructor

GetLocalizations(
  1. Locale locale
)

Implementation

GetLocalizations(this.locale)
    : symbols =
          numberFormatSymbols[locale.code] ?? numberFormatSymbols[english],
      currencyFraction = currencyFractionDigits[
              (numberFormatSymbols[locale.code] ??
                      numberFormatSymbols[english])
                  .DEF_CURRENCY_CODE] ??
          2;