toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final deidentifyTemplate = this.deidentifyTemplate;
  final locationId = this.locationId;
  final templateId = this.templateId;
  return {
    'deidentifyTemplate': ?deidentifyTemplate,
    'locationId': ?locationId,
    'templateId': ?templateId,
  };
}