menu
analyzer package
documentation
ast
Block
statements property
statements
brightness_4
statements
property
Null safety
NodeList
<
Statement
>
statements
Return the statements contained in the block.
Implementation
NodeList<Statement> get statements;
analyzer package
documentation
ast
Block
statements property
Block class
Constructors
Block
Properties
beginToken
childEntities
end
endToken
hashCode
isSynthetic
leftBracket
length
offset
parent
rightBracket
root
runtimeType
statements
unlabeled
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==