import 'package:diplomaticquarterapp/models/Request.dart'; class InsertAppointmentRequest extends Request { String AppointmentDate; // ???? "/Date(1577750400000)/" int DoctorID; int InitialSlotDuration; String SelectedTime; String StartTime; String EndTime; String TempValue; int VisitFor; int VisitType; bool IsVirtual; List GeneralProcedureList; String DeviceToken; String DeviceType; bool IsForLiveCare; String OriginalClinicID; String OriginalProjectID; }