V2TimConversationFilter constructor

V2TimConversationFilter({
  1. String? conversationGroup,
  2. int? conversationType,
  3. bool? hasGroupAtInfo,
  4. bool? hasUnreadCount,
  5. int? markType,
})

Implementation

V2TimConversationFilter({
  this.conversationGroup,
  this.conversationType,
  this.hasGroupAtInfo,
  this.hasUnreadCount,
  this.markType,
});