GoogleParameterType constructor

GoogleParameterType({
  1. int? id,
  2. String? parameterType,
})

Implementation

GoogleParameterType({
  this.id,
  this.parameterType,
});