keys property

Iterable<String> get keys

All the keys.

Implementation

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