menu
analyzer package
documentation
ast
FunctionDeclaration
isSetter property
isSetter
brightness_4
isSetter
property
Null safety
bool
isSetter
Return
true
if this function declares a setter.
Implementation
bool get isSetter;
analyzer package
documentation
ast
FunctionDeclaration
isSetter 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 ==