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