AsyncErrorRefreshing<T> constructor

const AsyncErrorRefreshing<T>(
  1. Object error,
  2. StackTrace stackTrace
)

Create a state with an error that is refreshing

Implementation

const AsyncErrorRefreshing(super.error, super.stackTrace);