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