$InventorySourceVideoCreativeConfig.fromJson constructor
$InventorySourceVideoCreativeConfig.fromJson(
- Map json_
Implementation
$InventorySourceVideoCreativeConfig.fromJson(core.Map json_)
: this(
duration: json_['duration'] as core.String?,
);