isPrompt property
bool
get
isPrompt
Whether or not this is a PromptReference.
Implementation
bool get isPrompt => _value[Keys.type] == PromptReference.expectedType;
Whether or not this is a PromptReference.
bool get isPrompt => _value[Keys.type] == PromptReference.expectedType;