update method

view source

V update (K key, V update(V value), {V ifAbsent()}) inherited

Implementation

V update(K key, V update(V value), {V Function()? ifAbsent}) {
  throw UnsupportedError("Cannot modify unmodifiable map");
}