getDefaultLocale static method

String? getDefaultLocale()

Implementation

static String? getDefaultLocale() {
  return _IntlDefaultLocale.getLocale();
}