staticParameterElement property

ParameterElement? staticParameterElement

If this expression is an argument to an invocation, and the AST structure has been resolved, and the function being invoked is known based on static type information, and this expression corresponds to one of the parameters of the function being invoked, then return the parameter element representing the parameter to which the value of this expression will be bound. Otherwise, return null.

Implementation

ParameterElement? get staticParameterElement;