elseExpression property
Expression
get
elseExpression
Return the expression that is executed if the condition evaluates to
false
.
Implementation
Expression get elseExpression;
Return the expression that is executed if the condition evaluates to
false
.
Expression get elseExpression;