menu
chatview_plus package
documentation
chatview_plus.dart
ChatController
otherUsers property
otherUsers property
dark_mode
light_mode
otherUsers
property
List
<
ChatUser
>
get
otherUsers
Represents list of chat users
Implementation
List<ChatUser> get otherUsers => _otherUsers.values.toList();
chatview_plus package
documentation
chatview_plus
ChatController
otherUsers property
ChatController class