CommsParticipant constructor
CommsParticipant({})
Implementation
CommsParticipant({
required this.id,
required this.groupId,
required this.userId,
this.lastReadMessageId,
required this.unreadCount,
this.taggedMessage,
});