The keys of this map.
Returns an iterable of all keys in the map.
@override Iterable<K> get keys => value.keys;