elseBlock property

Node? get elseBlock

Implementation

Node? get elseBlock => children.length > 2 ? children[2] : null;