TypeParameterType constructor
TypeParameterType(})
Creates a new TypeParameterType with the given properties.
Implementation
TypeParameterType(
this.name, {
required this.bound,
super.isNullable = false,
this.promotedBound,
});