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