AsyncErrorReloading<T> constructor

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

Create a state with an error that is reloading

Implementation

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