FastStoreBlocEvent.init constructor
FastStoreBlocEvent.init(
- FastAppInfoDocument appInfo, {
- IFastErrorReporter? errorReporter,
Implementation
FastStoreBlocEvent.init(
FastAppInfoDocument appInfo, {
IFastErrorReporter? errorReporter,
}) : super(
type: FastStoreBlocEventType.init,
payload: FastStoreBlocPayload(
errorReporter: errorReporter,
appInfo: appInfo,
),
);