keysList property

List<K> get keysList

Returns a list containing all the keys in the map.

Implementation

List<K> get keysList => ConvertObjectImpl.toList<K>(
  keys,
  debugInfo: {'method': 'MapConversionX.keysList'},
);