add method

void add(
  1. K key,
  2. V item
)

Implementation

void add(K key, V item) => addForLocale(currentLocale, key, item);