condition property
Expression?
get
condition
Return the condition used to determine when to terminate the loop, or
null
if there is no condition.
Implementation
Expression? get condition;
Return the condition used to determine when to terminate the loop, or
null
if there is no condition.
Expression? get condition;