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