menu
flutter_inapp_chat package
documentation
models/chat_entity.dart
ChatEntity
peers property
peers property
dark_mode
light_mode
peers
property
Map
<
String
,
PeerUser
>
peers
final
The other participants in the chat, keyed by user id.
Implementation
final Map<String, PeerUser> peers;
flutter_inapp_chat package
documentation
models/chat_entity
ChatEntity
peers property
ChatEntity class