status property

AppointmentStatus? get status

The overall status of the appointment.

Implementation

AppointmentStatus? get status => statusField.getValue(json);