attached property

bool attached

Whether the semantics tree this node belongs to is attached to a SemanticsOwner.

This becomes true during the call to attach.

This becomes false during the call to detach.

Implementation

bool get attached => _owner != null;