awaitForNodeStack property
Stack of SForStatement nodes for nested await-for loops Used to track which await-for loop we're in
Implementation
final List<SForStatement> awaitForNodeStack = [];
Stack of SForStatement nodes for nested await-for loops Used to track which await-for loop we're in
final List<SForStatement> awaitForNodeStack = [];