LoopReference constructor
Wraps the given loop
and parts
as a LoopReference.
The parts
must not be mutated after the object is created.
Implementation
const LoopReference(this.loop, List<Object> parts): super(parts);
Wraps the given loop
and parts
as a LoopReference.
The parts
must not be mutated after the object is created.
const LoopReference(this.loop, List<Object> parts): super(parts);