FastInterstitialAdBlocEvent.init constructor

const FastInterstitialAdBlocEvent.init({
  1. FastInterstitialAdBlocEventPayload? payload,
})

Implementation

const FastInterstitialAdBlocEvent.init({super.payload})
    : super(type: FastInterstitialAdBlocEventType.init);