containsKey method

bool containsKey(
  1. String locale
)

Tests if we have data for the locale available. Note that this returns true even if the data is known to be available remotely but not yet loaded.

Implementation

bool containsKey(String locale) => availableLocaleSet.contains(locale);