$VideoAdInventoryControl constructor

$VideoAdInventoryControl({
  1. bool? allowInFeed,
  2. bool? allowInStream,
  3. bool? allowShorts,
})

Implementation

$VideoAdInventoryControl({
  this.allowInFeed,
  this.allowInStream,
  this.allowShorts,
});