attached property

bool get attached

True if debugger is already attached.

Implementation

bool get attached => _wrapped.attached;
set attached (bool v)

Implementation

set attached(bool v) {
  _wrapped.attached = v;
}