update method
This operation is not supported by an unmodifiable map.
Implementation
@override
V update(K key, Value1Callback<V, V> update, {Callback<V>? ifAbsent}) {
throw UnsupportedError('Cannot modify unmodifiable map');
}
This operation is not supported by an unmodifiable map.
@override
V update(K key, Value1Callback<V, V> update, {Callback<V>? ifAbsent}) {
throw UnsupportedError('Cannot modify unmodifiable map');
}