totalBytes property

int get totalBytes

Implementation

int get totalBytes => entries.fold(0, (sum, entry) => sum + entry.bytes);