remove method
This operation is not supported by an unmodifiable map.
Implementation
V remove(Object key) {
throw new UnsupportedError("Cannot modify unmodifiable map");
}
This operation is not supported by an unmodifiable map.
V remove(Object key) {
throw new UnsupportedError("Cannot modify unmodifiable map");
}