menu
kitchenidea_chat_ui package
documentation
chat_ui/models/chat/chat_user.dart
ChatUser
role property
role property
dark_mode
light_mode
role
property
String
?
role
final
Optional role of the user (e.g., 'admin', 'user', 'bot')
Implementation
final String? role;
kitchenidea_chat_ui package
documentation
chat_ui/models/chat/chat_user
ChatUser
role property
ChatUser class