valuesSet property

Set<V> get valuesSet

Returns a set containing all the values in the map.

Implementation

Set<V> get valuesSet => ConvertObjectImpl.toSet<V>(
  values,
  debugInfo: {'method': 'MapConversionX.valuesSet'},
);