typeParameters property

  1. @optional
List<InstanceRef>? typeParameters
getter/setter pairoverride

The type parameters for the class.

Provided if the class is generic.

Implementation

@optional
List<InstanceRef>? typeParameters;