Returns whether this multimap contains the given key.
key
bool containsKey(Object key) => _map.keys.contains(key);