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