MeetChatMessage.fromJson constructor
Converts a JSON object into a MeetChatMessage instance.
Implementation
MeetChatMessage.fromJson(Map<String, dynamic> json)
: link = json['link'] as String?,
messageId = json['messageId'] as String?,
scheduledDateTime = json['scheduledDateTime'] as int?,
title = json['title'] as String?;