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