toMap method
Converts a MeetMessage object into a map.
Implementation
Map<String, dynamic> toMap() =>
{'title': title, 'scheduledDateTime': scheduledDateTime, 'link': link};
Converts a MeetMessage object into a map.
Map<String, dynamic> toMap() =>
{'title': title, 'scheduledDateTime': scheduledDateTime, 'link': link};