element2 property

  1. @Deprecated('Use element instead')
FormalParameterElement? get element2

The element representing the parameter being named by this expression.

Returns 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 element instead')
FormalParameterElement? get element2;