FastNativeAdBlocEventPayload constructor

FastNativeAdBlocEventPayload({
  1. required FastAdInfo adInfo,
  2. String? country,
  3. AdWithView? adView,
  4. String? language,
  5. FastResponseAd? ad,
  6. String? adId,
})

Implementation

FastNativeAdBlocEventPayload({
  required this.adInfo,
  this.country,
  this.adView,
  this.language,
  this.ad,
  this.adId,
});