toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final attributionSettings = this.attributionSettings;
  final property = this.property;
  final propertyId = this.propertyId;
  return {
    'attributionSettings': ?attributionSettings,
    'property': ?property,
    'propertyId': ?propertyId,
  };
}