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