RelatedDoctorProfile constructor

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

Implementation

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