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