VALUES constant

List<AnalysisErrorType> const VALUES

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

Implementation

static const List<AnalysisErrorType> VALUES = <AnalysisErrorType>[
  CHECKED_MODE_COMPILE_TIME_ERROR,
  COMPILE_TIME_ERROR,
  HINT,
  LINT,
  STATIC_TYPE_WARNING,
  STATIC_WARNING,
  SYNTACTIC_ERROR,
  TODO
];