showConversationStarters property

bool get showConversationStarters

Implementation

bool get showConversationStarters =>
    conversationStarters.isNotEmpty &&
    conversation.value == null &&
    pupauConfig?.conversationId == null &&
    messages.isEmpty &&
    filteredAssistants.isEmpty;