getElement method
The analyzer element associated with this declaration.
Provides access to the analyzer's element model for:
- Source code information
- Detailed metadata
- Type parameter bounds
- Member information
Implementation
@override
Element? getElement() => _element;