menu
analyzer package
documentation
ast
VariableDeclaration
isConst property
isConst
brightness_4
isConst
property
Null safety
bool
isConst
Return
true
if this variable was declared with the 'const' modifier.
Implementation
bool get isConst;
analyzer package
documentation
ast
VariableDeclaration
isConst property
VariableDeclaration class
Constructors
VariableDeclaration
Properties
beginToken
childEntities
declaredElement
declaredElement2
documentationComment
end
endToken
equals
firstTokenAfterCommentAndMetadata
hashCode
initializer
isConst
isFinal
isLate
isSynthetic
length
metadata
name
name2
offset
parent
root
runtimeType
sortedCommentAndAnnotations
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==