keys property

Iterable<String> get keys

Get all keys

Implementation

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