extractValues method

Set<String> extractValues(
  1. String path
)

Implementation

Set<String> extractValues(String path) {
  return _store.extractValues(path);
}