addAll method

void addAll(
  1. Map<K, V> items
)

Implementation

void addAll(Map<K, V> items) => addAllForLocale(currentLocale, items);