TypeParameter constructor

TypeParameter(
  1. String name, {
  2. OutputType? bound,
})

Implementation

TypeParameter(this.name, {this.bound});