toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (videoMetadata != null) 'videoMetadata': videoMetadata!,
if (videoUrl != null) 'videoUrl': videoUrl!,
if (videoVastXml != null) 'videoVastXml': videoVastXml!,
};