VALUES constant
A list containing all of the enum values that are defined.
Implementation
static const List<AnalysisService> VALUES = <AnalysisService>[
FOLDING,
HIGHLIGHTS,
NAVIGATION,
OCCURRENCES,
OUTLINE
];
A list containing all of the enum values that are defined.
static const List<AnalysisService> VALUES = <AnalysisService>[
FOLDING,
HIGHLIGHTS,
NAVIGATION,
OCCURRENCES,
OUTLINE
];