The map entries of this Map.
@override Iterable<MapEntry<K, V>> get entries => _base.entries.map((e) => MapEntry(e.value.key, e.value.value));