enabled property

bool get enabled

Implementation

static bool get enabled {
  if (!_resolved) _resolveState();
  return _path != null;
}