elseExpression property Null safety
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;