SForEachPartsWithDeclaration constructor
SForEachPartsWithDeclaration({
- required int offset,
- required int length,
- SDeclaredIdentifier? loopVariable,
- SExpression? iterable,
- bool isAwait = false,
Implementation
SForEachPartsWithDeclaration({
required this.offset,
required this.length,
this.loopVariable,
this.iterable,
this.isAwait = false,
});