toJson method

Map<String, dynamic> toJson()

Implementation

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