totalErrors property

int totalErrors

Number of errors.

Implementation

int get totalErrors => fullStats.fold<int>(0, (p, s) => p + s.totalErrors);