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