toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deidentifyTemplate != null)
'deidentifyTemplate': deidentifyTemplate!,
if (locationId != null) 'locationId': locationId!,
if (templateId != null) 'templateId': templateId!,
};