menu
analyzer package
documentation
ast
VariableDeclaration
isLate property
isLate
brightness_4
isLate
property
Null safety
bool
isLate
Return
true
if this variable was declared with the 'late' modifier.
Implementation
bool get isLate;
analyzer package
documentation
ast
VariableDeclaration
isLate 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 ==