total property

int get total

Total number of folders processed.

Implementation

int get total => _successes.length + _failures.length + _errors.length;