reactions property

Map<String, List<String>>? get reactions
inherited

Map of reaction keys to lists of user IDs who reacted.

Implementation

@EpochDateTimeConverter() DateTime? get updatedAt;/// Map of reaction keys to lists of user IDs who reacted.
 Map<String, List<String>>? get reactions;