menu
analyzer package
documentation
dart/ast/ast.dart
MethodDeclaration
isStatic property
isStatic property
dark_mode
light_mode
isStatic
property
bool
get
isStatic
Whether this method is declared to be a static method.
Implementation
bool
get
isStatic;
analyzer package
documentation
dart/ast/ast
MethodDeclaration
isStatic property
MethodDeclaration class
Properties
augmentKeyword
beginToken
body
childEntities
declaredElement
declaredFragment
documentationComment
end
endToken
externalKeyword
firstTokenAfterCommentAndMetadata
hashCode
isAbstract
isGetter
isOperator
isSetter
isStatic
isSynthetic
length
metadata
modifierKeyword
name
offset
operatorKeyword
parameters
parent
propertyKeyword
returnType
root
runtimeType
sortedCommentAndAnnotations
typeParameters
Methods
accept
findPrevious
noSuchMethod
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==