VALUES constant

List<SearchResultKind> const VALUES

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

Implementation

static const List<SearchResultKind> VALUES = <SearchResultKind>[
  DECLARATION,
  INVOCATION,
  READ,
  READ_WRITE,
  REFERENCE,
  UNKNOWN,
  WRITE
];