toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (excludedFirstAndThirdPartyAudienceGroup != null)
'excludedFirstAndThirdPartyAudienceGroup':
excludedFirstAndThirdPartyAudienceGroup!,
if (excludedGoogleAudienceGroup != null)
'excludedGoogleAudienceGroup': excludedGoogleAudienceGroup!,
if (includedCombinedAudienceGroup != null)
'includedCombinedAudienceGroup': includedCombinedAudienceGroup!,
if (includedCustomListGroup != null)
'includedCustomListGroup': includedCustomListGroup!,
if (includedFirstAndThirdPartyAudienceGroups != null)
'includedFirstAndThirdPartyAudienceGroups':
includedFirstAndThirdPartyAudienceGroups!,
if (includedGoogleAudienceGroup != null)
'includedGoogleAudienceGroup': includedGoogleAudienceGroup!,
};