isPrompt property

bool get isPrompt

Whether or not this is a PromptReference.

Implementation

bool get isPrompt => _value[Keys.type] == PromptReference.expectedType;