MeetMessage constructor
Initializes a new instance of the MeetMessage class.
Implementation
MeetMessage(
{this.title, required this.scheduledDateTime, required this.link});
Initializes a new instance of the MeetMessage class.
MeetMessage(
{this.title, required this.scheduledDateTime, required this.link});