declaredElement2 property

  1. @override
VariableElement? declaredElement2
override

Return the element associated with this declaration, or null if either this node corresponds to a list of declarations or if the AST structure has not been resolved.

Implementation

@override
VariableElement? get declaredElement2;