isPrompt property

bool get isPrompt

Whether or not this is a PromptReference.

Implementation

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