ListMultimap<K, V>.fromMultimap constructor

ListMultimap<K, V>.fromMultimap(
  1. Multimap<K, V> other
)

Constructs a new multimap with the same values as other.

Implementation

ListMultimap.fromMultimap(super.other) : super.fromMultimap();