AsyncErrorReloading<T> constructor
const
AsyncErrorReloading<T> (
- Object error,
- StackTrace stackTrace
Create a state with an error that is reloading
Implementation
const AsyncErrorReloading(super.error, super.stackTrace);