FkafkaPartition constructor

FkafkaPartition({
  1. required int id,
})

Implementation

FkafkaPartition({
  required this.id
});