ChatConfig constructor

ChatConfig({
  1. int? id,
  2. int? consultationId,
  3. String? groupId,
  4. String? appId,
  5. String? chatUserId,
  6. String? chatUserToken,
})

Implementation

ChatConfig({
  this.id,
  this.consultationId,
  this.groupId,
  this.appId,
  this.chatUserId,
  this.chatUserToken,
});