SalesIQNotificationPayloadEndChatDetails constructor

SalesIQNotificationPayloadEndChatDetails({
  1. String? message,
  2. String? userId,
  3. String? chatId,
  4. String? title,
  5. Department? department,
})

Implementation

SalesIQNotificationPayloadEndChatDetails({
  this.message,
  this.userId,
  this.chatId,
  this.title,
  this.department,
});