ChatProviderModel constructor
ChatProviderModel(
- bool isChatting,
- CHAT_SESSION_STATUS chatSessionStatus,
- Iterable<
Agent> agents, - Iterable<
ChatLog> logs, - int queuePosition,
- String queueId,
- ChatDepartment? chatDepartment,
Implementation
ChatProviderModel(
this.isChatting,
this.chatSessionStatus,
this.agents,
this.logs,
this.queuePosition,
this.queueId,
this.chatDepartment,
);