menu
code_forge package
documentation
LSP/lsp.dart
LspErrors
LspErrors.new constructor
LspErrors.new constructor
dark_mode
light_mode
LspErrors
constructor
LspErrors
(
{
required
int
severity
,
required
Map
<
String
,
dynamic
>
range
,
required
String
message
,
})
Implementation
LspErrors({ required this.severity, required this.range, required this.message, });
code_forge package
documentation
LSP/lsp
LspErrors
LspErrors.new constructor
LspErrors class