generics property
The generics the type has.
For record types this contains the fields.
Positional fields are defined by their index in this list, and named
field have a non-null recordFieldName
Implementation
final List<TypeDefinition> generics;The generics the type has.
For record types this contains the fields.
Positional fields are defined by their index in this list, and named
field have a non-null recordFieldName
final List<TypeDefinition> generics;