typeParameters property
getter/setter pair
The type parameters for the class.
Provided if the class is generic.
Implementation
@optional
List<InstanceRef>? typeParameters;
The type parameters for the class.
Provided if the class is generic.
@optional
List<InstanceRef>? typeParameters;