AdModel constructor

AdModel({
  1. String? bundleName,
  2. bool? isAppLive,
  3. String? iosAppId,
  4. String? androidUrl,
  5. String? iosUrl,
  6. String? izootoAppId,
  7. String? apiversion,
  8. String? privacypolicy,
  9. String? qlink,
  10. String? oneSignalApp,
  11. String? getAdmobKey,
  12. String? loaderUrl,
  13. String? admanger,
  14. String? bannerAd,
  15. String? nativeAd,
  16. String? adOpen,
  17. String? interstitial,
  18. String? rewardedAd,
  19. String? admob,
  20. String? admobbannerAd,
  21. String? admobnativeAd,
  22. String? admobadOpen,
  23. String? admobinterstitial,
  24. String? admobrewardedAd,
  25. bool? iscustomeads,
  26. CustomOptions? customOptions,
  27. bool? isad,
  28. bool? recyclenative,
  29. bool? isinterstitialenable,
  30. bool? isopenenable,
  31. bool? isnativeenable,
  32. bool? isbannerenable,
  33. bool? isrewarded,
  34. bool? isfacebook,
  35. bool? isadmobad,
  36. bool? isadManger,
  37. bool? isMediation,
  38. bool? isqurekaads,
  39. bool? isqurekaadsWebView,
  40. bool? isBackAds,
  41. bool? isextraappenable,
  42. bool? isinterstitialquizeenable,
  43. bool? isbannerquizeenable,
  44. bool? isnativequizeenable,
  45. int? bannartype,
  46. int? adTime,
  47. bool? isdummyscreen,
  48. bool? isbackbothads,
  49. bool? isbothads,
  50. bool? isquize,
  51. bool? iseveryads,
  52. bool? ischeckmarket,
  53. List? interstitialAdPriority,
  54. List? nativeAdPriority,
  55. List? bannerAdPriority,
  56. List? appOpenAdPriority,
  57. QurekaAds? qurekaAds,
  58. CustomColors? customColors,
  59. bool? isAdsRefer,
  60. String? adsRefer,
})

Implementation

AdModel({
  this.bundleName,
  this.isAppLive,
  this.iosAppId,
  this.androidUrl,
  this.iosUrl,
  this.izootoAppId,
  this.apiversion,
  this.privacypolicy,
  this.qlink,
  this.oneSignalApp,
  this.getAdmobKey,
  this.loaderUrl,
  this.admanger,
  this.bannerAd,
  this.nativeAd,
  this.adOpen,
  this.interstitial,
  this.rewardedAd,
  this.admob,
  this.admobbannerAd,
  this.admobnativeAd,
  this.admobadOpen,
  this.admobinterstitial,
  this.admobrewardedAd,
  this.iscustomeads,
  this.customOptions,
  this.isad,
  this.recyclenative,
  this.isinterstitialenable,
  this.isopenenable,
  this.isnativeenable,
  this.isbannerenable,
  this.isrewarded,
  this.isfacebook,
  this.isadmobad,
  this.isadManger,
  this.isMediation,
  this.isqurekaads,
  this.isqurekaadsWebView,
  this.isBackAds,
  this.isextraappenable,
  this.isinterstitialquizeenable,
  this.isbannerquizeenable,
  this.isnativequizeenable,
  this.bannartype,
  this.adTime,
  this.isdummyscreen,
  this.isbackbothads,
  this.isbothads,
  this.isquize,
  this.iseveryads,
  this.ischeckmarket,
  this.interstitialAdPriority,
  this.nativeAdPriority,
  this.bannerAdPriority,
  this.appOpenAdPriority,
  this.qurekaAds,
  this.customColors,
  this.isAdsRefer,
  this.adsRefer,
});