This operation is not supported by an unmodifiable map.
@override void addAll(Map<K, V> other) { throw UnsupportedError('Cannot modify unmodifiable map'); }