$VideoAdInventoryControl.fromJson constructor
$VideoAdInventoryControl.fromJson(
- 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?,
);