The map entries of this.
Iterable<MapEntry<K, V>> get entries { return keys.map((K key) => MapEntry<K, V>(key, this[key] as V)); }