FastAppLoaderBlocEvent.initFailed constructor

FastAppLoaderBlocEvent.initFailed(
  1. Object error
)

Implementation

FastAppLoaderBlocEvent.initFailed(Object error)
    : this(
        type: FastAppLoaderBlocEventType.initFailed,
        payload: FastAppLoaderBlocEventPayload(error: error),
      );