menu
flutter_code_crafter package
documentation
utils/utils.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;
flutter_code_crafter package
documentation
utils/utils
LspErrors
severity property
LspErrors class