Returns only the entries with unique keys in the iterable.
List<MapEntry<K, V>> uniqueKeys() => _uniqueKeys(this);