HTGenericTypeParameter constructor

HTGenericTypeParameter(
  1. String id, {
  2. HTType? superType,
})

Implementation

HTGenericTypeParameter(this.id, {this.superType});