addAll method

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

Implementation

void addAll(Map<K, V> entries) => mutate((it) => it.addAll(entries));