element property
ExecutableElement?
get
element
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
ExecutableElement? get element;