keys property

Set<String> get keys

Get all todo keys.

Implementation

Set<String> get keys => _store.keys.toSet();