isLocaleRegistered method

bool isLocaleRegistered(
  1. Locale locale
)

Whether locale is registered in this store.

Implementation

bool isLocaleRegistered(Locale locale) => _data[locale] != null;