isPrompt property

bool get isPrompt

Whether prompt cells exist in this row and this row is the primary prompt.

Implementation

bool get isPrompt =>
    semanticPrompt ==
    bindings.GhosttyRowSemanticPrompt.GHOSTTY_ROW_SEMANTIC_PROMPT;