toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (attributionSettings != null)
'attributionSettings': attributionSettings!,
if (propertyId != null) 'propertyId': propertyId!,
if (propertyName != null) 'propertyName': propertyName!,
};