FastAppLoaderBlocEventPayload constructor

FastAppLoaderBlocEventPayload({
  1. BuildContext? context,
  2. Object? error,
  3. Iterable<FastJob>? jobs,
  4. IFastErrorReporter? errorReporter,
})

Implementation

FastAppLoaderBlocEventPayload({
  this.context,
  this.error,
  this.jobs,
  this.errorReporter,
});