AppShell Overview
menu
flutter_chat_firebase
dto/firebase_chat_document.dart
FirebaseChatDocument
users property
users
dark_mode
light_mode
users
property
List
<
String
>
users
final
The list of users participating in the chat.
Implementation
final List<String> users;
flutter_chat_firebase
firebase_chat_document
FirebaseChatDocument
users property
FirebaseChatDocument class