build property

Step? Function(int index) build
latefinal

Returns the next step to be executed as part of the loop. If null is returned the loop will end.

Implementation

late final Step? Function(int index) build;