menu
analyzer package
documentation
ast
IndexExpression
isNullAware property
isNullAware
brightness_4
isNullAware
property
Null safety
bool
isNullAware
Whether this index expression is null aware (as opposed to non-null).
Implementation
bool get isNullAware;
analyzer package
documentation
ast
IndexExpression
isNullAware property
IndexExpression class
Constructors
IndexExpression
Properties
beginToken
childEntities
end
endToken
hashCode
inConstantContext
index
isAssignable
isCascaded
isNullAware
isSynthetic
leftBracket
length
nullShortingTermination
offset
parent
period
precedence
question
realTarget
rightBracket
root
runtimeType
staticElement
staticParameterElement
staticType
target
unParenthesized
Methods
accept
findPrevious
getProperty
inGetterContext
inSetterContext
noSuchMethod
setProperty
thisOrAncestorMatching
thisOrAncestorOfType
toSource
toString
visitChildren
Operators
operator ==