menu
messenger
ui/page/home/tab/chats/controller.dart
ChatsTabController
chats property
chats
dark_mode
light_mode
chats
property
RxList
<
ChatEntry
>
chats
final
Reactive list of sorted
Chat
s.
Implementation
final RxList<ChatEntry> chats = RxList();
messenger
controller
ChatsTabController
chats property
ChatsTabController class