menu
tom_d4rt_ast package
documentation
runtime.dart
AsyncExecutionState
currentForInIterator property
currentForInIterator property
dark_mode
light_mode
currentForInIterator
property
Iterator
<
Object
?
>
?
currentForInIterator
getter/setter pair
Optional: Store the iterator for ongoing for-in loops.
Implementation
Iterator<Object?>? currentForInIterator;
tom_d4rt_ast package
documentation
runtime
AsyncExecutionState
currentForInIterator property
AsyncExecutionState class