targetType property

  1. @optional
InstanceRef? targetType
getter/setter pair

The type bounded by a BoundedType instance - or - the referent of a TypeRef instance.

The value will always be of one of the kinds: Type, TypeRef, TypeParameter, BoundedType.

Provided for instance kinds:

  • BoundedType
  • TypeRef

Implementation

@optional
InstanceRef? targetType;