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