TypeParameters constructor Null safety
- {List<
String> ? names, - TypeArgumentsRef? bounds,
- TypeArgumentsRef? defaults}
Implementation
TypeParameters({
this.names,
this.bounds,
this.defaults,
});
TypeParameters({
this.names,
this.bounds,
this.defaults,
});