ListMultimap<K, V>.fromMultimap constructor
ListMultimap<K, V>.fromMultimap (
- Multimap<
K, V> other
Constructs a new multimap with the same values as other
.
Implementation
ListMultimap.fromMultimap(super.other) : super.fromMultimap();