Appointment.fromJson constructor
Appointment.fromJson(
- JsonObject jsonObject
Constructs a new Appointment instance from the provided JSON object.
Implementation
Appointment.fromJson(JsonObject jsonObject) : super._internal(jsonObject);