V2TimConversationListFilter.fromJson constructor

V2TimConversationListFilter.fromJson(
  1. Map json
)

Implementation

V2TimConversationListFilter.fromJson(Map json) {
  json = Utils.formatJson(json);
  conversationType = json['conversationType'];
  nextSeq = json['nextSeq'];
  markType = json['markType'];
  groupName = json['groupName'];
  count = json['count'];
}