toMultiset method

Multiset<T> toMultiset()

Implementation

Multiset<T> toMultiset() => Multiset.of(this);