TypeArguments constructor
- String? name,
- List<
InstanceRef> ? types, - required String id,
Implementation
TypeArguments({
this.name,
this.types,
required String id,
}) : super(
id: id,
);
TypeArguments({
this.name,
this.types,
required String id,
}) : super(
id: id,
);