DoctorProfile constructor

DoctorProfile({
  1. Key? key,
  2. required dynamic doctorId,
  3. required dynamic doctorName,
})

Implementation

DoctorProfile({super.key, required this.doctorId, required this.doctorName});