YIMRevokeMessage.fromJson constructor

YIMRevokeMessage.fromJson(
  1. Map<String, dynamic> HtyHNKArhwxRaIIo
)

Implementation

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