valuesList property

List<V> get valuesList

Returns a list containing all the values in the map.

Implementation

List<V> get valuesList => ConvertObjectImpl.toList<V>(
  values,
  debugInfo: {'method': 'MapConversionX.valuesList'},
);