V2TimConversationOperationResult.fromJson constructor

V2TimConversationOperationResult.fromJson(
  1. Map json
)

Implementation

V2TimConversationOperationResult.fromJson(Map json) {
  json = Utils.formatJson(json);
  conversationID = json['conversationID'];
  resultCode = json['resultCode'];
  resultInfo = json['resultInfo'];
}