toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (creativeFormat != null) 'creativeFormat': creativeFormat!,
if (creativeSpecifications != null)
'creativeSpecifications': creativeSpecifications!,
if (skippableAdType != null) 'skippableAdType': skippableAdType!,
};