distinct property

Iterable<E> distinct

Returns a view on the distinct elements of the receiver.

Implementation

Iterable<E> get distinct => _container.keys;