fromJson static method
Implementation
static AppointmentModelStatus fromJson(dynamic value) =>
AppointmentModelStatusTypeTransformer().decode(value);
static AppointmentModelStatus fromJson(dynamic value) =>
AppointmentModelStatusTypeTransformer().decode(value);