block property

BlockNode get block

Gets the function body block.

Implementation

BlockNode get block => children.last as BlockNode;