VideoContent constructor

VideoContent({
  1. String? videoUrl,
  2. String? videoVastXml,
})

Implementation

VideoContent({
  this.videoUrl,
  this.videoVastXml,
});