ConversationState constructor
const
ConversationState({})
Creates a conversation state.
Implementation
const ConversationState({
required this.conversationName,
required this.isActive,
required this.lastUpdated,
this.expiresAt,
});