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? isOpenAds,
  9. bool? isInterstitialAds,
  10. bool? isRewaredAds,
  11. bool? isNativeAds,
  12. int? interstitialInterval,
})

Implementation

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