ParamDesc constructor

ParamDesc(
  1. Sym name,
  2. ParamKind kind,
  3. String docs
)

Implementation

ParamDesc(this.name, this.kind, this.docs);