YIMRevokeMessage.fromJson constructor

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

Implementation

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