keys property

Iterable<K> keys

Returns an Iterable of the map keys.

Implementation

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