menu
bones_ui package
documentation
bones_ui_kit.dart
AsyncValue<T>
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Returns
true
if the value has an execution
error
.
Implementation
bool get hasError => _error != null;
bones_ui package
documentation
bones_ui_kit
AsyncValue<T>
hasError property
AsyncValue class