getForLocale method

T getForLocale(
  1. String locale
)

Get the item data for the given locale.

Implementation

T getForLocale(String locale) => _cache[locale]!;