FastAppLoaderBlocEvent constructor
const
FastAppLoaderBlocEvent({
- required FastAppLoaderBlocEventType type,
- FastAppLoaderBlocEventPayload? payload,
Implementation
const FastAppLoaderBlocEvent({
required FastAppLoaderBlocEventType super.type,
super.payload,
});