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