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