ifTrue property

  1. @override
CollectionElementImpl ifTrue
override

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

Implementation

@override
CollectionElementImpl get ifTrue => thenElement;