ifFalse property

  1. @override
StatementImpl? ifFalse
override

The node that is executed if the condition evaluates to false.

Implementation

@override
StatementImpl? get ifFalse => elseStatement;