V2TimConversationListFilter.fromJson constructor

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

Implementation

V2TimConversationListFilter.fromJson(Map<String, dynamic> json) {
  conversationType = json['conversationType'];
  nextSeq = json['nextSeq'];
  markType = json['markType'];
  groupName = json['groupName'];
  count = json['count'];
}