totalIssues property
int
get
totalIssues
Gets the total number of issues (errors + warnings).
Implementation
int get totalIssues => errors.length + warnings.length;
Gets the total number of issues (errors + warnings).
int get totalIssues => errors.length + warnings.length;