totalIssues property

int get totalIssues

Gets the total number of issues (errors + warnings).

Implementation

int get totalIssues => errors.length + warnings.length;