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