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