keys property

Iterable<K> keys

Returns only the keys.

Map.keys

Implementation

Iterable<K> get keys => map((entry) => entry.key);