keys property

Iterable<K> get keys

Returns an iterable of all keys in the map.

Implementation

Iterable<K> get keys => value.keys;