GoogleCloudChannelV1Parameter constructor

GoogleCloudChannelV1Parameter({
  1. bool? editable,
  2. String? name,
  3. GoogleCloudChannelV1Value? value,
})

Implementation

GoogleCloudChannelV1Parameter({
  this.editable,
  this.name,
  this.value,
});