executionCount property

  1. @override
int get executionCount
override

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

Implementation

@override
@pragma('vm:prefer-inline')
int get executionCount =>
    tasks.length;