remove method

T? remove(
  1. Object key
)

Implementation

T? remove(Object key) => map.remove(key);