types property Null safety

List<InstanceRef>? types
read / write

A list of types.

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

Implementation

List<InstanceRef>? types;