hasAttached property

  1. @override
bool get hasAttached
override

True if the host has a portal attached within.

This may return true even if still waiting for asynchronous actions to process the attachment.

Implementation

@override
bool get hasAttached => _delegatePortalHost.hasAttached;