menu
mosaic_devtools package
documentation
tesserae/module/module.dart
ModulesInspectorModule
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
inherited
Whether the module is in an error state.
Implementation
bool get hasError => _state == ModuleLifecycleState.error;
mosaic_devtools package
documentation
tesserae/module/module
ModulesInspectorModule
hasError property
ModulesInspectorModule class