menu
analyzer package
documentation
ast
MethodDeclaration
isStatic property
isStatic
brightness_4
isStatic
property
Null safety
bool
isStatic
Return
true
if this method is declared to be a static method.
Implementation
bool get isStatic;
analyzer package
documentation
ast
MethodDeclaration
isStatic property
MethodDeclaration class
Constructors
MethodDeclaration
Properties
beginToken
body
childEntities
declaredElement
declaredElement2
documentationComment
end
endToken
externalKeyword
firstTokenAfterCommentAndMetadata
hashCode
isAbstract
isGetter
isOperator
isSetter
isStatic
isSynthetic
length
metadata
modifierKeyword
name
name2
offset
operatorKeyword
parameters
parent
propertyKeyword
returnType
root
runtimeType
sortedCommentAndAnnotations
typeParameters
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==