condition property Null safety
Return the expression used to determine whether to execute the body of the loop.
Implementation
Expression get condition;
Return the expression used to determine whether to execute the body of the loop.
Expression get condition;