keys property

Iterable keys

All the keys in the box.

The keys are sorted alphabetically in ascending order.

Implementation

Iterable<dynamic> get keys;