screens/doctor_details/doctoredit/doctor_edit_cubit library
Classes
- DoctorEditCubit
- DoctorEditError
- State representing an error during doctor edit operations.
- DoctorEditInitial
- State representing the initial state of the doctor edit screen.
- DoctorEditLoaded
- State representing that doctor data has been loaded successfully.
- DoctorEditLoading
- State representing that doctor data is being loaded.
- DoctorEditSaved
- State representing that doctor data has been saved successfully.
- DoctorEditSaving
- State representing that doctor data is being saved.
- DoctorEditState
- Base class for all doctor edit states.