DoctorDetailsState constructor
Creates a DoctorDetailsState with the given values.
Implementation
const DoctorDetailsState({
required this.allDoctors,
required this.filteredDoctors,
required this.fromDate,
required this.tillDate,
required this.isLoading,
required this.error,
});