Multimap<K, V> constructor

Multimap<K, V>()

Constructs a new list-backed multimap.

Implementation

factory Multimap() => new ListMultimap<K, V>();