DoctorProfile constructor
DoctorProfile({
- Key? key,
- required dynamic doctorId,
- required dynamic doctorName,
Implementation
DoctorProfile({super.key, required this.doctorId, required this.doctorName});