extractValues method

Set<String> extractValues(
  1. String path
)

Implementation

Set<String> extractValues(String path) {
  return _store.getRefs(path)?.keys.toSet() ?? {};
}