Returns a view of this multimap as a map.
@override Map<K, Set<V>> asMap() => _WrappedMap<K, V, Set<V>>(this);