asMap method

Map<K, List<V>> asMap()
inherited

Returns a mutable view onto the underlying map.

Implementation

Map<K, VS> asMap() => MultimapAsMap(this);