AdModel constructor

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

Implementation

AdModel({
  this.bundleName,
  this.interstitialAdPriority,
  this.nativeAdPriority,
  this.bannerAdPriority,
  this.admanger,
  this.bannerAd,
  this.nativeAd,
  this.adOpen,
  this.interstitial,
  this.rewardedAd,
  this.admob,
  this.admobbannerAd,
  this.admobnativeAd,
  this.iosAppId,
  this.admobadOpen,
  this.admobinterstitial,
  this.admobrewardedAd,
  this.facebook,
  this.fbbannerAd,
  this.fbnativeAd,
  this.fbinterstitialAd,
  this.apiversion,
  this.fbrewardedAd,
  this.fbnativebannerAd,
  this.privacypolicy,
  this.qlink,
  this.oneSignalApp,
  this.getAdmobKey,
  this.iscustomeads,
  this.customButtoncolor,
  this.customTextcolor,
  this.customTitleColor,
  this.customAdText,
  this.customBackgroundColor,
  this.isad,
  this.recyclenative,
  this.isinterstitialenable,
  this.isopenenable,
  this.isnativeenable,
  this.isbannerenable,
  this.isrewarded,
  this.isfacebook,
  this.isadmobad,
  this.isadManger,
  this.isMediation,
  this.isqurekaadsWebView,
  this.isqurekaads,
  this.isBackAds,
  this.isextraappenable,
  this.isinterstitialquizeenable,
  this.isbannerquizeenable,
  this.isnativequizeenable,
  this.bannartype,
  this.loaderUrl,
  this.adTime,
  this.isdummyscreen,
  this.isbackbothads,
  this.isbothads,
  this.isquize,
  this.iseveryads,
  this.ischeckmarket,
  this.qurekaAds,
  this.customColors,
  this.izootoAppId,
});