UnreadReaction constructor
const
UnreadReaction({
- required ReactionType type,
- required MessageSender senderId,
- required bool isBig,
Contains information about an unread reaction to a message
Implementation
const UnreadReaction({
required this.type,
required this.senderId,
required this.isBig,
});