YIMRevokeMessage.fromJson constructor
Implementation
YIMRevokeMessage.fromJson(Map<String, dynamic> VShdHdTcdWujsTdH) {
messageID = VShdHdTcdWujsTdH["messageID"]?.toString() ?? "";
conversationID = VShdHdTcdWujsTdH["conversationID"]?.toString() ?? "";
conversationType = YIMEnum_ConversationType.from(VShdHdTcdWujsTdH["conversationType"].toString());
}