hasError property
bool
get
hasError
Whether an error occurred during the async task.
Implementation
bool get hasError => state.value.hasError;
Whether an error occurred during the async task.
bool get hasError => state.value.hasError;