executionIndex property

  1. @override
int get executionIndex
override

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

Implementation

@override
@pragma('vm:prefer-inline')
int get executionIndex => _executionIndex;