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