V2TimConversationFilter.fromJson constructor

V2TimConversationFilter.fromJson(
  1. Map<String, dynamic> json
)

Implementation

V2TimConversationFilter.fromJson(Map<String, dynamic> json) {
  conversationType = json['conversationType'];
  conversationGroup = json['conversationGroup'];
  markType = json['markType'] ?? 0;
  hasUnreadCount = json['hasUnreadCount'];
  hasGroupAtInfo = json['hasGroupAtInfo'];
}