keys property

*<Null safety>*

Iterable<K> keys

override

Implementation

@override
Iterable<K> get keys => _base.values.map((pair) => pair.key);