ForEach constructor
ForEach(})
Implementation
ForEach(
Object? source, {
required Object? body,
this.startIndex,
this.endIndex,
this.step,
this.reversed = false,
}) : source = normalizeExpression(source),
bodyBuilder = _normalizeLoopBody(body);