Topic constructor

Topic({
  1. Map<String, String>? configs,
  2. String? name,
  3. int? partitionCount,
  4. int? replicationFactor,
})

Implementation

Topic({this.configs, this.name, this.partitionCount, this.replicationFactor});