toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (adType != null) 'adType': adType!,
if (contentInstreamPosition != null)
'contentInstreamPosition': contentInstreamPosition!,
if (targetingOptionId != null) 'targetingOptionId': targetingOptionId!,
};