menu
chatview_plus package
documentation
chatview_plus.dart
ChatController
otherUsersMap property
otherUsersMap property
dark_mode
light_mode
otherUsersMap
property
Map
<
String
,
ChatUser
>
get
otherUsersMap
Implementation
Map<String, ChatUser> get otherUsersMap => Map.of(_otherUsers);
chatview_plus package
documentation
chatview_plus
ChatController
otherUsersMap property
ChatController class