DirectorySiteSettings constructor

DirectorySiteSettings({
  1. bool? activeViewOptOut,
  2. DfpSettings? dfpSettings,
  3. bool? instreamVideoPlacementAccepted,
  4. bool? interstitialPlacementAccepted,
})

Implementation

DirectorySiteSettings({
  this.activeViewOptOut,
  this.dfpSettings,
  this.instreamVideoPlacementAccepted,
  this.interstitialPlacementAccepted,
});