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