RequestOptions constructor

RequestOptions({
  1. ContentClassification? adContentClassification,
  2. UnderAge? tagForUnderAgeOfPromise,
  3. TagForChild? tagForChildProtection,
  4. int? nonPersonalizedAd,
  5. String? appCountry,
  6. String? appLang,
  7. String? consent,
  8. bool? requestLocation = true,
})

Implementation

RequestOptions({
  this.adContentClassification,
  this.tagForUnderAgeOfPromise,
  this.tagForChildProtection,
  this.nonPersonalizedAd,
  this.appCountry,
  this.appLang,
  this.consent,
  this.requestLocation = true,
});