staticElement property
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
@Deprecated('Use element instead')
ExecutableElement? get staticElement;