updateAll method

  1. @override
void updateAll(
  1. Value2Callback<K, V, V> update
)
override

This operation is not supported by an unmodifiable map.

Implementation

@override
void updateAll(Value2Callback<K, V, V> update) {
  throw UnsupportedError('Cannot modify unmodifiable map');
}