menu
obby_client
obby_client.dart
ChatMessage
reactions property
reactions
dark_mode
light_mode
reactions
property
Map
<
String
,
List
<
String
>
>
reactions
final
Reactions, keyed by the emoji, holding who reacted.
Implementation
final Map<String, List<String>> reactions;
obby_client
obby_client
ChatMessage
reactions property
ChatMessage class