menu
hospital_management
models/user.dart
User
currentWardName property
currentWardName
dark_mode
light_mode
currentWardName
property
String
?
currentWardName
final
The name of the ward the user is currently associated with.
Implementation
final String? currentWardName;
hospital_management
user
User
currentWardName property
User class