staticElement property
ExecutableElement?
get
staticElement
The element associated with the function being invoked based on static
type information, or null
if the AST structure hasn't been resolved or
the function couldn't be resolved.
Implementation
ExecutableElement? get staticElement;