Return the MapEntry for the given key. For key/value pairs that don't exist, it will return MapEntry(key, null);.
key
MapEntry(key, null);
MapEntry<K, ISet<V>?> entry(K key) => _mapOfSets.entry(key);