getElement abstract method
Element?
getElement()
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
Element? getElement();