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