elseExpression property Null safety

Expression elseExpression

Return the expression that is executed if the condition evaluates to false.

Implementation

Expression get elseExpression;