addAll method

void addAll (Map<K, V> other)
override

Throws an UnsupportedError; operations that change the map are disallowed.

Implementation

void addAll(Map<K, V> other) => _throw();