VALUES constant

List<AnalysisErrorSeverity> const VALUES

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

Implementation

static const List<AnalysisErrorSeverity> VALUES = <AnalysisErrorSeverity>[
  INFO,
  WARNING,
  ERROR
];