declaredElement property
The element associated with this declaration, or null
if either this
node corresponds to a list of declarations or if the AST structure hasn't
been resolved.
Implementation
@override
ExtensionElement? get declaredElement;
The element associated with this declaration, or null
if either this
node corresponds to a list of declarations or if the AST structure hasn't
been resolved.
@override
ExtensionElement? get declaredElement;