ComputeMessageStatsRequest constructor

ComputeMessageStatsRequest({
  1. Cursor? endCursor,
  2. String? partition,
  3. Cursor? startCursor,
})

Implementation

ComputeMessageStatsRequest({
  this.endCursor,
  this.partition,
  this.startCursor,
});