addAllForLocale method

void addAllForLocale(
  1. String locale,
  2. Map<K, V> items
)

Implementation

void addAllForLocale(String locale, Map<K, V> items) => _cache[locale]!.addAll(items);