keysSet property

Set<K> get keysSet

Returns a set containing all the keys in the map.

Implementation

Set<K> get keysSet => ConvertObjectImpl.toSet<K>(
  keys,
  debugInfo: {'method': 'MapConversionX.keysSet'},
);