DiagnosticReportImage constructor

const DiagnosticReportImage({
  1. String? comment,
  2. @JsonKey(name: '_comment') Element? commentElement,
  3. required Reference link,
})

Implementation

const factory DiagnosticReportImage({
  String? comment,
  @JsonKey(name: '_comment') Element? commentElement,
  required Reference link,
}) = _DiagnosticReportImage;