hasError property
bool
get
hasError
Returns true if the last fetch resulted in an error.
Implementation
bool get hasError => _lastFetchWasError;
Returns true if the last fetch resulted in an error.
bool get hasError => _lastFetchWasError;