AsyncErrorRefreshing#
Kind:
class |
Package: package:signals_core
Class: AsyncErrorRefreshing#
A loading state with an error. Signal the query conditions that led to the error has remained the same and is being refreshed.
Members of AsyncErrorRefreshing#
| Member | Type | Signature | Description |
|---|---|---|---|
| AsyncErrorRefreshing | constructor |
dart AsyncErrorRefreshing(super.error, super.stackTrace) |
Create a state with an error that is refreshing |
| isLoading | method |
dart bool isLoading |
|
| isRefreshing | method |
dart bool isRefreshing |
|
| == | method |
dart bool ==(covariant AsyncState other) |
References#
The AsyncErrorRefreshing type is referenced and used in the following pages:
- AsyncState (signals_flutter/async)
- AsyncState (signals_core/async)
- AsyncState (signals/async)