BookClinicAppointment constructor
const
BookClinicAppointment({
- Key? key,
- dynamic areaId,
Implementation
const BookClinicAppointment({super.key, this.areaId});
const BookClinicAppointment({super.key, this.areaId});