statements property

  1. @override
NodeListImpl<StatementImpl> statements
override

Return the statements contained in the block.

Implementation

@override
NodeListImpl<StatementImpl> get statements => _statements;