uniqueKeys method

List<MapEntry<K, V>> uniqueKeys()

Returns only the entries with unique keys in the iterable.

Implementation

List<MapEntry<K, V>> uniqueKeys() => _uniqueKeys(this);