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