menu
analyzer package
documentation
dart/ast/ast.dart
Block
statements property
statements property
dark_mode
light_mode
statements
property
NodeList
<
Statement
>
get
statements
Return the statements contained in the block.
Implementation
NodeList<Statement> get statements;
analyzer package
documentation
dart/ast/ast
Block
statements property
Block class