ClassRef constructor
- String? name,
- LibraryRef? library,
- String? id,
- SourceLocation? location,
- List<
InstanceRef> ? typeParameters,
Implementation
ClassRef({
this.name,
this.library,
super.id,
this.location,
this.typeParameters,
});
ClassRef({
this.name,
this.library,
super.id,
this.location,
this.typeParameters,
});