VALUES constant

List<AnalysisService> const VALUES

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

Implementation

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