GoogleAds constructor

GoogleAds({
  1. String? bannerId,
  2. String? interestialId,
  3. String? appOpenAdId,
  4. String? nativeId,
  5. String? rewardedId,
  6. String? nativeVideoAdsId,
  7. bool? isBannerAds,
  8. bool? isRedirectCustomImpression,
  9. bool? isOpenAds,
  10. bool? isInterstitialAds,
  11. bool? isRewaredAds,
  12. bool? isNativeAds,
  13. int? interstitialInterval,
})

Implementation

GoogleAds(
    {this.bannerId,
    this.interestialId,
    this.appOpenAdId,
    this.nativeId,
    this.rewardedId,
    this.nativeVideoAdsId,
    this.isBannerAds,
    this.isRedirectCustomImpression,
    this.isOpenAds,
    this.isInterstitialAds,
    this.isRewaredAds,
    this.isNativeAds,
    this.interstitialInterval});