menu
analyzer package
documentation
ast
MethodDeclaration
isAbstract property
isAbstract
brightness_4
isAbstract
property
Null safety
bool
isAbstract
Return
true
if this method is declared to be an abstract method.
Implementation
bool get isAbstract;
analyzer package
documentation
ast
MethodDeclaration
isAbstract 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 ==