loopCondition property

  1. @TagNumber.new(5)
Expr get loopCondition

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);
  1. @TagNumber.new(5)
set loopCondition (Expr value)

Implementation

@$pb.TagNumber(5)
set loopCondition(Expr value) => $_setField(5, value);