staticElement property

ExecutableElement? staticElement

Return the element associated with the function being invoked based on static type information, or null if the AST structure has not been resolved or the function could not be resolved.

Implementation

ExecutableElement? get staticElement;