hasError property

bool get hasError

Whether an error occurred during the async task.

Implementation

bool get hasError => state.value.hasError;