keys property

  1. @override
Iterable<K> keys
inherited

The keys of this.

Implementation

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