condition property Null safety
Return the condition used to determine which of the expressions is executed next.
Implementation
Expression get condition;
Return the condition used to determine which of the expressions is executed next.
Expression get condition;