keyList method

IList<K> keyList({
  1. ConfigList? config,
})

Returns an IList of the map keys. Optionally, you may provide a config for the list.

Implementation

IList<K> keyList({ConfigList? config}) => IList.withConfig(keys, config ?? IList.defaultConfig);