toJson method

Map<String, dynamic> toJson()

Implementation

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