baseElement property

  1. @override
FormalParameterElement get baseElement
override

The non-Member version of this element.

If the receiver is a view on an element, such as a method from an interface type with substituted type parameters, this getter will return the corresponding element from the class, without any substitutions.

If the receiver is already a non-Member element (or a synthetic element, such as a synthetic property accessor), this getter will return the receiver.

Implementation

@override
FormalParameterElement get baseElement;