element property
- @experimental
The element associated with the function being invoked based on static type information.
Returns null
if the AST structure hasn't been resolved or the function
couldn't be resolved.
Implementation
@experimental
ExecutableElement2? get element;