INVOCATION constant
CompletionSuggestionKind
const INVOCATION
The element is being invoked at the completion location. For example, 'someMethod' in x.someMethod();. For suggestions of this kind, the element attribute is defined and the completion field is the element's identifier.
Implementation
static const CompletionSuggestionKind INVOCATION =
CompletionSuggestionKind._('INVOCATION');