getDartType abstract method
DartType?
getDartType()
The analyzer DartType of the entity for enhanced type operations.
This provides access to the analyzer's type system for:
- Accurate generic type information
- Precise assignability checking
- Complete inheritance relationships
- Proper type parameter handling
Implementation
DartType? getDartType();