getStats method

({int opacityLevels, int totalLines}) getStats()

Get batch statistics

Implementation

({int opacityLevels, int totalLines}) getStats() {
  return (
    opacityLevels: _batch.opacityLevelCount,
    totalLines: _batch.lineCount,
  );
}