element property
The element representing the parameter being named by this expression, or
null
if the AST structure hasn't been resolved or if there's no
parameter with the same name as this expression.
Implementation
@Deprecated('Use element2 instead')
ParameterElement? get element;