entries.map()
Iterable<E> entriesMap<E>(E Function(MapEntry<K, V>) builder) => entries.map((MapEntry<K, V> entry) => builder(entry));