ChatProviderModel class

Constructors

ChatProviderModel(bool isChatting, CHAT_SESSION_STATUS chatSessionStatus, Iterable<Agent> agents, Iterable<ChatLog> logs, int queuePosition, String queueId, ChatDepartment? chatDepartment)
ChatProviderModel.fromJson(Map map)
factory

Properties

agents Iterable<Agent>
final
chatDepartment ChatDepartment?
final
chatSessionStatus CHAT_SESSION_STATUS
final
hasAgents bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isChatting bool
final
logs Iterable<ChatLog>
final
queueId String
final
queuePosition int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited