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