menu
code_forge package
documentation
LSP/lsp.dart
LspErrors
severity property
severity property
dark_mode
light_mode
severity
property
int
severity
final
The severity of the error, which can be one of the following:
1: Error
2: Warning
3: Information
4: Hint
Implementation
final int severity;
code_forge package
documentation
LSP/lsp
LspErrors
severity property
LspErrors class