thenStatement property
Statement
get
thenStatement
Return the statement that is executed if the condition evaluates to
true
.
Implementation
Statement get thenStatement;
Return the statement that is executed if the condition evaluates to
true
.
Statement get thenStatement;