FastInterstitialAdBlocEvent.initialized constructor

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

Implementation

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