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