You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 25 on main.dart Appointment appointment=details.appointments[0];
A value of type 'Object' can't be assigned to a variable of type 'Appointment'. (Documentation) Try changing the type of the variable, or casting the right-hand type to 'Appointment'.
The text was updated successfully, but these errors were encountered:
Line 25 on main.dart
Appointment appointment=details.appointments[0];
A value of type 'Object' can't be assigned to a variable of type 'Appointment'. (Documentation) Try changing the type of the variable, or casting the right-hand type to 'Appointment'.
The text was updated successfully, but these errors were encountered: