ConversationsLoaded constructor
ConversationsLoaded({})
Implementation
ConversationsLoaded({
required this.conversations,
this.hasMore = false,
this.selectedConversations = const {},
this.activeConversationId,
this.isLoadingMore = false,
}) : _version = _nextVersion++;