toJson method
Convert to JSON.
Implementation
Map<String, dynamic> toJson() => {
'text': text,
'richMessages': richMessages,
'attachments': attachments,
'reactions': reactions,
'threads': threads,
'editing': editing,
'deleting': deleting,
'typingIndicator': typingIndicator,
if (maxMessageLength != null) 'maxMessageLength': maxMessageLength,
};