staticParameterElement property

  1. @Deprecated('Use correspondingParameter instead')
ParameterElement? get staticParameterElement

The parameter element representing the parameter to which the value of this expression is bound, or null if any of these conditions are not true

  • this expression is an argument to an invocation
  • the AST structure is resolved
  • the function being invoked is known based on static type information
  • this expression corresponds to one of the parameters of the function being invoked

Implementation

@Deprecated('Use correspondingParameter instead')
ParameterElement? get staticParameterElement;