hasBlockingTasks property
LxComputed<bool>
get
hasBlockingTasks
Whether any active task is marked as blocking.
Implementation
LxComputed<bool> get hasBlockingTasks {
_ensureReactiveTaskState();
return _hasBlockingTasks!;
}