FastAdInfoBlocEvent.init constructor

FastAdInfoBlocEvent.init({
  1. FastAdInfo? adInfo,
})

Implementation

FastAdInfoBlocEvent.init({FastAdInfo? adInfo})
    : super(
        type: FastAdInfoBlocEventType.init,
        payload: FastAdBlocEventPayload(adInfo: adInfo),
      );