executionCount property

  1. @override
int get executionCount
override

The total number of tasks to be executed in the current batch.

Implementation

@override
int get executionCount => tasks.length;