keys property

Iterable<K> get keys

The keys.

Implementation

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