$IntegralAdScience constructor

$IntegralAdScience({
  1. List<String>? customSegmentId,
  2. String? displayViewability,
  3. bool? excludeUnrateable,
  4. String? excludedAdFraudRisk,
  5. String? excludedAdultRisk,
  6. String? excludedAlcoholRisk,
  7. String? excludedDrugsRisk,
  8. String? excludedGamblingRisk,
  9. String? excludedHateSpeechRisk,
  10. String? excludedIllegalDownloadsRisk,
  11. String? excludedOffensiveLanguageRisk,
  12. String? excludedViolenceRisk,
  13. String? traqScoreOption,
  14. String? videoViewability,
})

Implementation

$IntegralAdScience({
  this.customSegmentId,
  this.displayViewability,
  this.excludeUnrateable,
  this.excludedAdFraudRisk,
  this.excludedAdultRisk,
  this.excludedAlcoholRisk,
  this.excludedDrugsRisk,
  this.excludedGamblingRisk,
  this.excludedHateSpeechRisk,
  this.excludedIllegalDownloadsRisk,
  this.excludedOffensiveLanguageRisk,
  this.excludedViolenceRisk,
  this.traqScoreOption,
  this.videoViewability,
});