keys property

Iterable<K> get keys

Returns the current keys in the map.

Implementation

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