keys property

Iterable<K> keys
inherited

The unique keys of this multimap.

Implementation

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