isAttached property

bool get isAttached

Whether this controller is currently attached to a browser terminal.

Implementation

bool get isAttached => _owner != null;