ParameterGroup constructor

ParameterGroup({
  1. String? description,
  2. String? parameterGroupName,
})

Implementation

ParameterGroup({
  this.description,
  this.parameterGroupName,
});