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