typeParameters property Null safety

List<InstanceRef>? typeParameters
optional">@optionalread / write

The type parameters for the class.

Provided if the class is generic.

Implementation

@optional
List<InstanceRef>? typeParameters;