totalErrors property

int get totalErrors
inherited

Number of errors.

Implementation

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