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