Settings constructor

Settings({
  1. List<String>? adsSequence,
  2. String? moreAppUrl,
  3. String? extraUrl,
  4. String? moreLiveApps,
  5. String? iptvPlayerUrl,
  6. AdSetting? adSetting,
  7. AppUpdate? appUpdate,
  8. ExitDialog? exitDialog,
  9. RewardDialog? rewardDialog,
  10. AboutApp? aboutApp,
  11. RateApp? rateApp,
  12. ShareApp? shareApp,
  13. PrivacyPolicy? privacyPolicy,
  14. TermsOfUse? termsOfUse,
  15. ErrorReport? errorReport,
  16. FeedbackSupport? feedbackSupport,
  17. GoogleAds? googleAds,
  18. FacebookAds? facebookAds,
  19. CustomAds? customAds,
  20. AppLovin? appLovin,
  21. UnityAds? unityAds,
})

Implementation

Settings(
    {this.adsSequence,
      this.moreAppUrl,
      this.extraUrl,
      this.moreLiveApps,
      this.iptvPlayerUrl,
      this.adSetting,
      this.appUpdate,
      this.exitDialog,
      this.rewardDialog,
      this.aboutApp,
      this.rateApp,
      this.shareApp,
      this.privacyPolicy,
      this.termsOfUse,
      this.errorReport,
      this.feedbackSupport,
      this.googleAds,
      this.facebookAds,
      this.customAds,
      this.appLovin,
      this.unityAds});