getTotalSize method

int getTotalSize()

Implementation

int getTotalSize() => assets.fold(0, (sum, asset) => sum + asset.info.size);