isDetached property
bool
get
isDetached
Whether this binding has released its reference.
Implementation
bool get isDetached => _detached;
Whether this binding has released its reference.
bool get isDetached => _detached;