VALUES constant

A list containing all of the enum values that are defined.

Implementation

static const List<CompletionSuggestionKind> VALUES =
    <CompletionSuggestionKind>[
  ARGUMENT_LIST,
  IMPORT,
  IDENTIFIER,
  INVOCATION,
  KEYWORD,
  NAMED_ARGUMENT,
  OPTIONAL_ARGUMENT,
  OVERRIDE,
  PARAMETER,
  PACKAGE_NAME
];