TypeArguments constructor

TypeArguments({
  1. String? name,
  2. List<InstanceRef>? types,
  3. String? id,
})

Implementation

TypeArguments({
  this.name,
  this.types,
  super.id,
});