TypeParametersRef constructor

TypeParametersRef({
  1. String? id,
})

Implementation

TypeParametersRef({
  super.id,
});