keys property

Iterable<String> get keys

Interface to the keys of the map

Implementation

Iterable<String> get keys => _items.keys;