participantStatus property

  1. @JsonKey(required: true, unknownEnumValue: AppointmentResponseParticipantStatus.unknown)
AppointmentResponseParticipantStatus participantStatus
inherited

Implementation

@JsonKey(
    required: true,
    unknownEnumValue: AppointmentResponseParticipantStatus.unknown)
AppointmentResponseParticipantStatus get participantStatus =>
    throw _privateConstructorUsedError;