totalBytes property
int
get
totalBytes
Implementation
int get totalBytes => files.fold<int>(0, (int sum, FileInfo f) => sum + f.contentSize);
int get totalBytes => files.fold<int>(0, (int sum, FileInfo f) => sum + f.contentSize);