menu
fluttery_framework package
documentation
controller/handle_error.dart
HandleError
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Indicate if the app is 'in error.'
Implementation
bool get hasError => _error != null;
fluttery_framework package
documentation
controller/handle_error
HandleError
hasError property
HandleError mixin