totalSizeInBytes property

int get totalSizeInBytes

Implementation

int get totalSizeInBytes => files.fold(0, (sum, f) => sum + f.sizeInBytes);