VALUES constant

List<AnalysisService> const VALUES

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

Implementation

static const List<AnalysisService> VALUES = <AnalysisService>[
  FOLDING,
  HIGHLIGHTS,
  NAVIGATION,
  OCCURRENCES,
  OUTLINE
];