isAttached property
bool
get
isAttached
Whether this locator currently has an attached container.
Implementation
bool get isAttached => _container != null;
Whether this locator currently has an attached container.
bool get isAttached => _container != null;