failureCount property

int get failureCount

Number of failures (including errors).

Implementation

int get failureCount => _failures.length + _errors.length;