element property

  1. @experimental
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

@experimental
ExecutableElement? get element;