PatientLink constructor

const PatientLink({
  1. required Reference other,
  2. PatientLinkType? type,
  3. @JsonKey(name: '_type') Element? typeElement,
})

Implementation

const factory PatientLink({
  required Reference other,
  PatientLinkType? type,
  @JsonKey(name: '_type') Element? typeElement,
}) = _PatientLink;