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