cellCount property

int get cellCount

Implementation

int get cellCount => runs.fold<int>(0, (sum, run) => sum + run.cells);