toJson method

Map<String, dynamic> toJson()

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,
  };
}