awaitForIndexStack property

List<int> awaitForIndexStack
final

Stack of indices for nested await-for loops Each level of nesting has its own index

Implementation

final List<int> awaitForIndexStack = [];