removeKey method

V? removeKey(
  1. K key
)

Implementation

V? removeKey(K key) => _map.remove(key);