ConsumerOffset constructor

ConsumerOffset(
  1. String topicName,
  2. int partitionId,
  3. int offset,
  4. String metadata, [
  5. int? errorCode,
])

Implementation

ConsumerOffset(this.topicName, this.partitionId, this.offset, this.metadata, [this.errorCode]);