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