hasValue method

bool hasValue(
  1. String resolverPath,
  2. String path
)

Implementation

bool hasValue(String resolverPath, String path) {
  return get(resolverPath, path) != null;
}