InventorySourceVideoCreativeConfig.fromJson constructor

InventorySourceVideoCreativeConfig.fromJson(
  1. Map json_
)

Implementation

InventorySourceVideoCreativeConfig.fromJson(core.Map json_)
  : this(duration: json_['duration'] as core.String?);