declaredElement property
The element defined by this declaration.
Returns null
if the AST structure hasn't been resolved or if this node
represents a top-level function.
Implementation
@override
ExecutableElement? get declaredElement;
The element defined by this declaration.
Returns null
if the AST structure hasn't been resolved or if this node
represents a top-level function.
@override
ExecutableElement? get declaredElement;