totalSize property

int get totalSize

Total reclaimable size in bytes.

Implementation

int get totalSize => targets.fold(0, (sum, target) => sum + target.size);