toMap method

Map<String, dynamic> toMap()

Converts a MeetMessage object into a map.

Implementation

Map<String, dynamic> toMap() =>
    {'title': title, 'scheduledDateTime': scheduledDateTime, 'link': link};