SiteSettings constructor

SiteSettings({
  1. bool? activeViewOptOut,
  2. bool? adBlockingOptOut,
  3. bool? disableNewCookie,
  4. TagSetting? tagSetting,
  5. bool? videoActiveViewOptOutTemplate,
  6. String? vpaidAdapterChoiceTemplate,
})

Implementation

SiteSettings({
  this.activeViewOptOut,
  this.adBlockingOptOut,
  this.disableNewCookie,
  this.tagSetting,
  this.videoActiveViewOptOutTemplate,
  this.vpaidAdapterChoiceTemplate,
});