BookClinicAppointment constructor

const BookClinicAppointment({
  1. Key? key,
  2. dynamic areaId,
})

Implementation

const BookClinicAppointment({super.key, this.areaId});