values constant

List<ErrorType> const values

Implementation

static const values = [
  todo,
  hint,
  lint,
  syntacticError,
  staticTypeWarning,
  staticWarning,
  compileTimeError,
  runtimeError,
  externalError
];