errorCount property

int get errorCount

Implementation

int get errorCount => _countBySeverity(DiagnosticSeverity.error);