ZIMConversationQueryConfig constructor

ZIMConversationQueryConfig({
  1. ZIMConversation? nextConversation,
  2. int count = 0,
})

Implementation

ZIMConversationQueryConfig({this.nextConversation, this.count = 0});