keys method

List<String> keys()

Implementation

List<String> keys() {
  return _store.keys.toList();
}