containsKey method

bool containsKey (Object key)
inherited

Returns whether this multimap contains the given key.

Implementation

bool containsKey(Object key) => _map.keys.contains(key);