FastAppLoaderBlocEvent constructor

const FastAppLoaderBlocEvent({
  1. required FastAppLoaderBlocEventType type,
  2. FastAppLoaderBlocEventPayload? payload,
})

Implementation

const FastAppLoaderBlocEvent({
  required FastAppLoaderBlocEventType super.type,
  super.payload,
});