NAMED_ARGUMENT constant
CompletionSuggestionKind
const NAMED_ARGUMENT
A named argument for the current call site is being suggested. For suggestions of this kind, the completion is the named argument identifier including a trailing ':' and a space.
Implementation
static const CompletionSuggestionKind NAMED_ARGUMENT =
CompletionSuggestionKind._('NAMED_ARGUMENT');