enabled property

bool get enabled

Implementation

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