NewAppointmentModel constructor
NewAppointmentModel({})
Returns a new NewAppointmentModel instance.
Implementation
NewAppointmentModel({
required this.employeeId,
required this.serviceId,
required this.customerId,
required this.from,
required this.to,
this.recurrence,
});