SalesIQNotificationPayloadEndChatDetails constructor
SalesIQNotificationPayloadEndChatDetails({
- String? message,
- String? userId,
- String? chatId,
- String? title,
- Department? department,
Implementation
SalesIQNotificationPayloadEndChatDetails({
this.message,
this.userId,
this.chatId,
this.title,
this.department,
});