annotatedElement property

  1. @override
Element annotatedElement
final

The element that this annotation is applied to.

This is the element being annotated.

Implementation

@override
final Element annotatedElement;