menu
analyzer package
documentation
ast
FunctionBody
isSynchronous property
isSynchronous
brightness_4
isSynchronous
property
Null safety
bool
isSynchronous
Return
true
if this function body is synchronous.
Implementation
bool get isSynchronous;
analyzer package
documentation
ast
FunctionBody
isSynchronous property
FunctionBody class
Constructors
FunctionBody
Properties
beginToken
childEntities
end
endToken
hashCode
isAsynchronous
isGenerator
isSynchronous
isSynthetic
keyword
length
offset
parent
root
runtimeType
star
Methods
accept
findPrevious
getProperty
isPotentiallyMutatedInClosure
isPotentiallyMutatedInScope
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==