targetType property
getter/setter pair
The type bounded by a BoundedType instance.
The value will always be of one of the kinds: Type, TypeParameter, RecordType, FunctionType, BoundedType.
Provided for instance kinds:
- BoundedType
Implementation
@optional
InstanceRef? targetType;