condition property

Expression? condition

Return the condition used to determine when to terminate the loop, or null if there is no condition.

Implementation

Expression? get condition;