total property
int
get
total
Total number of folders processed.
Implementation
int get total => _successes.length + _failures.length + _errors.length;
Total number of folders processed.
int get total => _successes.length + _failures.length + _errors.length;