addAll method
override
Throws an UnsupportedError; operations that change the map are disallowed.
Implementation
void addAll(Map<K, V> other) => _throw();
Throws an UnsupportedError; operations that change the map are disallowed.
void addAll(Map<K, V> other) => _throw();