diagnosticsNotifier property

ValueNotifier<List<LspErrors>> diagnosticsNotifier
final

A ValueNotifier that returns the error, warnings, info, etc from the LSP server.

Implementation

final ValueNotifier<List<LspErrors>> diagnosticsNotifier = ValueNotifier([]);