MeetMessage constructor
MeetMessage({})
Initializes a new instance of the MeetMessage class.
Implementation
MeetMessage(
{required this.toJid,
this.replyMessageId,
// this.mentionedUsersIds,
// this.metaData = const [],
this.topicId = "",
this.title,
this.scheduledDateTime,
this.link});