$AdvertiserCreativeConfig constructor

$AdvertiserCreativeConfig({
  1. bool? dynamicCreativeEnabled,
  2. String? iasClientId,
  3. bool? obaComplianceDisabled,
  4. bool? videoCreativeDataSharingAuthorized,
})

Implementation

$AdvertiserCreativeConfig({
  this.dynamicCreativeEnabled,
  this.iasClientId,
  this.obaComplianceDisabled,
  this.videoCreativeDataSharingAuthorized,
});