toJson method

Map<String, dynamic> toJson()

Implementation

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