menu
analyzer package
documentation
ast
FunctionBody
isGenerator property
isGenerator
brightness_4
isGenerator
property
Null safety
bool
isGenerator
Return
true
if this function body is a generator.
Implementation
bool get isGenerator;
analyzer package
documentation
ast
FunctionBody
isGenerator 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 ==