loopCondition property
An expression which can contain iter_var and accu_var.
Returns false when the result has been computed and may be used as a hint to short-circuit the remainder of the comprehension.
Implementation
@$pb.TagNumber(5)
Expr get loopCondition => $_getN(4);
Implementation
@$pb.TagNumber(5)
set loopCondition(Expr value) => $_setField(5, value);