declaredElement property
The element associated with this declaration, or null
if the AST
structure hasn't been resolved.
Implementation
@Deprecated('Use declaredFragment instead')
BindPatternVariableElement? get declaredElement;
The element associated with this declaration, or null
if the AST
structure hasn't been resolved.
@Deprecated('Use declaredFragment instead')
BindPatternVariableElement? get declaredElement;