counts property

Iterable<int> counts

Returns a view on the counts of the distinct elements of the receiver.

Implementation

Iterable<int> get counts => _container.values;