FastAppLoaderBlocEventPayload constructor
FastAppLoaderBlocEventPayload({
- BuildContext? context,
- Object? error,
- Iterable<
FastJob> ? jobs, - IFastErrorReporter? errorReporter,
Implementation
FastAppLoaderBlocEventPayload({
this.context,
this.error,
this.jobs,
this.errorReporter,
});