hasError property

bool get hasError

Returns true if the last fetch resulted in an error.

Implementation

bool get hasError => _lastFetchWasError;