menu
code_forge package
documentation
code_forge/controller.dart
CodeForgeController
diagnostics property
diagnostics property
dark_mode
light_mode
diagnostics
property
ValueNotifier
<
List
<
LspErrors
>
>
diagnostics
final
Implementation
final ValueNotifier<List<LspErrors>> diagnostics = ValueNotifier([]);
code_forge package
documentation
code_forge/controller
CodeForgeController
diagnostics property
CodeForgeController class