removeWhere method
inherited
This operation is not supported by an unmodifiable map.
Implementation
void removeWhere(bool test(K key, V value)) {
throw new UnsupportedError("Cannot modify unmodifiable map");
}
This operation is not supported by an unmodifiable map.
void removeWhere(bool test(K key, V value)) {
throw new UnsupportedError("Cannot modify unmodifiable map");
}