Parameter constructor

Parameter(
  1. String name,
  2. ClTypeDescriptor clType
)

Implementation

Parameter(this.name, this.clType);