AddedReaction constructor
AddedReaction({
- ReactionType? type,
- MessageSender? senderId,
- required bool isOutgoing,
- required int date,
Implementation
AddedReaction({
this.type,
this.senderId,
required this.isOutgoing,
required this.date,
});