condition property
The condition that determines when the loop terminates.
Implementation
@ToBeDeprecated('Use condition2 instead.')
Expression get condition;
The condition that determines when the loop terminates.
@ToBeDeprecated('Use condition2 instead.')
Expression get condition;