FastSplashAdBlocEvent.init constructor

const FastSplashAdBlocEvent.init({
  1. FastSplashAdBlocEventPayload? payload,
})

Implementation

const FastSplashAdBlocEvent.init({super.payload})
    : super(type: FastSplashAdBlocEventType.init);