TypeParameters constructor
- InstanceRef? names,
- TypeArgumentsRef? bounds,
- TypeArgumentsRef? defaults,
- String? id,
Implementation
TypeParameters({
this.names,
this.bounds,
this.defaults,
super.id,
});
TypeParameters({
this.names,
this.bounds,
this.defaults,
super.id,
});