UpdateConsumerConfigRequest constructor

UpdateConsumerConfigRequest({
  1. ConsumerConfig? consumerConfig,
})

Implementation

UpdateConsumerConfigRequest({
  this.consumerConfig,
});