ConversationStats class
Statistics about conversation usage.
Constructors
- ConversationStats.new({required int totalConversations, required int activeConversations, required int expiredConversations, required int waitingConversations})
-
Creates conversation statistics.
const
Properties
- activeConversations → int
-
Number of currently active conversations.
final
- expiredConversations → int
-
Number of expired conversations.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalConversations → int
-
Total number of conversations in storage.
final
- waitingConversations → int
-
Number of conversations currently waiting for input.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited