Appointment.fromJson constructor

Appointment.fromJson(
  1. JsonObject jsonObject
)

Constructs a new Appointment instance from the provided JSON object.

Implementation

Appointment.fromJson(JsonObject jsonObject) : super._internal(jsonObject);