update 方法
- K key,
- V update(
- V value
- {V ifAbsent(
inherited
此操作不受不可修改映射的支持。
实现
V update(K key, V update(V value), {V Function()? ifAbsent}) {
throw UnsupportedError("Cannot modify unmodifiable map");
}
此操作不受不可修改映射的支持。
V update(K key, V update(V value), {V Function()? ifAbsent}) {
throw UnsupportedError("Cannot modify unmodifiable map");
}