ChatParticipant constructor
const
ChatParticipant({})
Chat Participant constructor.
Implementation
const ChatParticipant({
required this.userId,
required this.inviterId,
required this.date,
this.rank,
}) : super._();