toJson method
Implementation
String toJson() => _YIMSDK.utils.toJson({
"messageID": messageID,
"conversationID": conversationID,
"conversationType": conversationType.rawValue,
});
String toJson() => _YIMSDK.utils.toJson({
"messageID": messageID,
"conversationID": conversationID,
"conversationType": conversationType.rawValue,
});