NONE constant
DiagnosticSeverity
const NONE
The severity representing a non-error. This is never used for any error code, but is useful for clients.
Implementation
static const DiagnosticSeverity NONE = const DiagnosticSeverity(
'NONE',
0,
" ",
"none",
);