toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final firstPartyAndPartnerAudienceId = this.firstPartyAndPartnerAudienceId;
final recency = this.recency;
return {
'firstPartyAndPartnerAudienceId': ?firstPartyAndPartnerAudienceId,
'recency': ?recency,
};
}