element property
ParameterElement?
get
element
Return the element representing the parameter being named by this
expression, or null
if the AST structure has not been resolved or if
there is no parameter with the same name as this expression.
Implementation
ParameterElement? get element;