V2TimConversationFilter.fromJson constructor

V2TimConversationFilter.fromJson(
  1. Map json
)

Implementation

V2TimConversationFilter.fromJson(Map json) {
  json = Utils.formatJson(json);
  conversationType = json['conversationType'];
  conversationGroup = json['conversationGroup'];
  markType = json['markType'] ?? 0;
  hasUnreadCount = json['hasUnreadCount'];
  hasGroupAtInfo = json['hasGroupAtInfo'];
}