$VideoAdInventoryControl.fromJson constructor

$VideoAdInventoryControl.fromJson(
  1. Map json_
)

Implementation

$VideoAdInventoryControl.fromJson(core.Map json_)
  : this(
      allowInFeed: json_['allowInFeed'] as core.bool?,
      allowInStream: json_['allowInStream'] as core.bool?,
      allowShorts: json_['allowShorts'] as core.bool?,
    );