hasProperty method

bool hasProperty(
  1. String name
)

Implementation

bool hasProperty(String name) {
  return _isPathExists(_getPath(name));
}