condition property
Return the condition used to determine which of the statements is executed next.
Implementation
@Deprecated('Use expression instead')
Expression get condition;
Return the condition used to determine which of the statements is executed next.
@Deprecated('Use expression instead')
Expression get condition;