DfpSettings constructor

DfpSettings({
  1. String? dfpNetworkCode,
  2. String? dfpNetworkName,
  3. bool? programmaticPlacementAccepted,
  4. bool? pubPaidPlacementAccepted,
  5. bool? publisherPortalOnly,
})

Implementation

DfpSettings({
  this.dfpNetworkCode,
  this.dfpNetworkName,
  this.programmaticPlacementAccepted,
  this.pubPaidPlacementAccepted,
  this.publisherPortalOnly,
});