participant property

List<AppointmentParticipant> participant
inherited

participant List of participants involved in the appointment.

Implementation

List<AppointmentParticipant> get participant =>
    throw _privateConstructorUsedError;