AdModel constructor

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

Implementation

AdModel({
  this.bundleName,
  this.adPriority,
  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.customColors,
});