ARGUMENT_LIST constant

CompletionSuggestionKind const ARGUMENT_LIST

A list of arguments for the method or function that is being invoked. For this suggestion kind, the completion field is a textual representation of the invocation and the parameterNames, parameterTypes, and requiredParameterCount attributes are defined.

Implementation

static const CompletionSuggestionKind ARGUMENT_LIST =
    CompletionSuggestionKind._('ARGUMENT_LIST');