import 'package:hmg_patient_app/core/model/hospitals/hospitals_model.dart'; import 'package:hmg_patient_app/models/Clinics/ClinicListResponse.dart'; class SearchInfo { int? ProjectID; int? ClinicID; String? DoctorName; String? SelectedDate; String? SelectedTime; String? currentLat; String? currentLong; DateTime? date; HospitalsModel? hospital; ListClinicCentralized? clinic; }