diff --git a/lib/pages/ErService/EROnlineCheckIn/EROnlineCheckInBookAppointment.dart b/lib/pages/ErService/EROnlineCheckIn/EROnlineCheckInBookAppointment.dart index 776dbf11..3b392501 100644 --- a/lib/pages/ErService/EROnlineCheckIn/EROnlineCheckInBookAppointment.dart +++ b/lib/pages/ErService/EROnlineCheckIn/EROnlineCheckInBookAppointment.dart @@ -24,7 +24,7 @@ class _EROnlineCheckInBookAppointmentState extends State projectsList = []; final GlobalKey projectDropdownKey = GlobalKey(); - late HospitalsModel selectedHospital; + HospitalsModel? selectedHospital; String projectDropdownValue = ""; @override @@ -145,9 +145,9 @@ class _EROnlineCheckInBookAppointmentState extends State with SingleTickerProviderStateMixin { late ProjectViewModel projectViewModel; - late EROnlineCheckInPaymentDetailsResponse erOnlineCheckInPaymentDetailsResponse; + EROnlineCheckInPaymentDetailsResponse? erOnlineCheckInPaymentDetailsResponse; String? selectedPaymentMethod; String? selectedInstallmentPlan; String transID = ""; @@ -277,7 +277,7 @@ class _EROnlineCheckInPaymentDetailsState extends State