Settings constructor

Settings({
  1. List<String>? adsSequence,
  2. List<String>? intraAdsSequence,
  3. List<String>? rewardsAdsSequence,
  4. List<String>? bannerAdsSequence,
  5. List<String>? nativeAdsSequence,
  6. List<String>? openAdsSequence,
  7. String? moreAppUrl,
  8. bool? isAllAds,
  9. bool? isFollowLoopSequenceAds,
  10. String? moreLiveApps,
  11. AdSetting? adSetting,
  12. AdsModel? googleAds,
  13. AdsModel? adManagerAds,
  14. AdsModel? facebookAds,
  15. CustomAds? customAds,
  16. AdsModel? appLovin,
})

Implementation

Settings(
    {this.adsSequence,
    this.intraAdsSequence,
    this.rewardsAdsSequence,
    this.bannerAdsSequence,
    this.nativeAdsSequence,
    this.openAdsSequence,
    this.moreAppUrl,
    this.isAllAds,
    this.isFollowLoopSequenceAds,
    this.moreLiveApps,
    this.adSetting,
    this.googleAds,
    this.adManagerAds,
    this.facebookAds,
    this.customAds,
    this.appLovin});