keys property

  1. @override
Set<TKey> keys
override

All the keys in the box.

The keys are sorted alphabetically in ascending order.

Implementation

@override
Set<TKey> get keys => dataBox.keys.cast<TKey>().toSet();