toJson method
Converts a MeetChatMessage instance into a JSON object.
Implementation
Map<String, dynamic> toJson() => {
'link': link,
'messageId': messageId,
'scheduledDateTime': scheduledDateTime,
'title': title
};
Converts a MeetChatMessage instance into a JSON object.
Map<String, dynamic> toJson() => {
'link': link,
'messageId': messageId,
'scheduledDateTime': scheduledDateTime,
'title': title
};