TeleConsultationBook constructor
const
TeleConsultationBook({
- Key? key,
- dynamic bookid,
- dynamic deptid,
- dynamic mbprice,
- dynamic type,
- required dynamic teleResponse,
- required dynamic bySymptoms,
- required dynamic maxdate,
- required dynamic mindate,
- required dynamic departmentName,
- required dynamic departmentDescription,
- required dynamic departmentImage,
Implementation
const TeleConsultationBook({
super.key,
this.bookid,
this.deptid,
this.mbprice,
this.type,
required this.teleResponse,
required this.bySymptoms,
required this.maxdate,
required this.mindate,
required this.departmentName,
required this.departmentDescription,
required this.departmentImage,
required this.passNav,
});