getDartType method
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
@override
DartType? getDartType() => _dartType;