types property Null safety
read / write
A list of types.
The value will always be one of the kinds: Type, TypeRef, TypeParameter, BoundedType.
Implementation
List<InstanceRef>? types;
A list of types.
The value will always be one of the kinds: Type, TypeRef, TypeParameter, BoundedType.
List<InstanceRef>? types;