element property
Element?
element
final
The optional analyzer element that declares this property.
This may be a FieldElement, PropertyAccessorElement,
or another Element subtype, depending on whether the
property is a field, getter, or setter.
Implementation
final Element? element;