FkafkaGroup constructor

FkafkaGroup({
  1. required String name,
  2. String? state,
  3. String? protocolType,
  4. String? protocol,
})

Implementation

FkafkaGroup({
  required this.name,
  this.state,
  this.protocolType,
  this.protocol
});