executionIndex property

  1. @override
int get executionIndex
override

The index of the currently executing task. Zero-based.

Implementation

@override
int get executionIndex => _executionIndex;