AppointmentParticipant constructor

const AppointmentParticipant({
  1. List<CodeableConcept>? type,
  2. Reference? actor,
  3. @JsonKey(name: 'required') AppointmentParticipantRequired? required_,
  4. @JsonKey(name: '_required') Element? requiredElement,
  5. AppointmentParticipantStatus? status,
  6. @JsonKey(name: '_status') Element? statusElement,
})

Implementation

const factory AppointmentParticipant({
  List<CodeableConcept>? type,
  Reference? actor,
  @JsonKey(name: 'required') AppointmentParticipantRequired? required_,
  @JsonKey(name: '_required') Element? requiredElement,
  AppointmentParticipantStatus? status,
  @JsonKey(name: '_status') Element? statusElement,
}) = _AppointmentParticipant;