menu
analyzer package
documentation
ast
FunctionDeclaration
isGetter property
isGetter
brightness_4
isGetter
property
Null safety
bool
isGetter
Return
true
if this function declares a getter.
Implementation
bool get isGetter;
analyzer package
documentation
ast
FunctionDeclaration
isGetter property
FunctionDeclaration class
Constructors
FunctionDeclaration
Properties
beginToken
childEntities
declaredElement
declaredElement2
documentationComment
end
endToken
externalKeyword
firstTokenAfterCommentAndMetadata
functionExpression
hashCode
isGetter
isSetter
isSynthetic
length
metadata
name
name2
offset
parent
propertyKeyword
returnType
root
runtimeType
sortedCommentAndAnnotations
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==