menu
analyzer package
documentation
ast
DeclaredIdentifier
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
DeclaredIdentifier
isConst property
DeclaredIdentifier class
Constructors
DeclaredIdentifier
Properties
beginToken
childEntities
declaredElement
declaredElement2
documentationComment
end
endToken
firstTokenAfterCommentAndMetadata
hashCode
isConst
isFinal
isSynthetic
keyword
length
metadata
name
offset
parent
root
runtimeType
sortedCommentAndAnnotations
type
Methods
accept
findPrevious
getProperty
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==