AppStartFailed constructor

const AppStartFailed(
  1. Object error,
  2. StackTrace trace,
  3. FixType fix
)

Implementation

const AppStartFailed(this.error,this.trace, this.fix);