hasError property

bool get hasError
inherited

Whether the module is in an error state.

Implementation

bool get hasError => _state == ModuleLifecycleState.error;