CompatibleKafkaVersion constructor

CompatibleKafkaVersion({
  1. String? sourceVersion,
  2. List<String>? targetVersions,
})

Implementation

CompatibleKafkaVersion({
  this.sourceVersion,
  this.targetVersions,
});