getAllKeys method

List<String> getAllKeys()

get all keys

Implementation

List<String> getAllKeys() {
  return _box.keys.cast<String>().toList();
}