AdClient constructor

AdClient({
  1. bool? arcOptIn,
  2. String? id,
  3. String? kind,
  4. String? productCode,
  5. bool? supportsReporting,
})

Implementation

AdClient({
  this.arcOptIn,
  this.id,
  this.kind,
  this.productCode,
  this.supportsReporting,
});