keys property

Iterable<K> keys
inherited

The keys of this.

Implementation

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