AdRequestConfig constructor

const AdRequestConfig({
  1. List<String>? keywords,
  2. String? contentUrl,
  3. List<String>? testDevices,
  4. bool? nonPersonalizedAds,
})

Implementation

const AdRequestConfig({
  this.keywords,
  this.contentUrl,
  this.testDevices,
  this.nonPersonalizedAds,
});