status property
AppointmentStatus?
get
status
The overall status of the appointment.
Implementation
AppointmentStatus? get status => statusField.getValue(json);
The overall status of the appointment.
AppointmentStatus? get status => statusField.getValue(json);