canPeekBatch property

bool canPeekBatch

Informs if the queue is able to peek multiple messages in one batch.

Returns true if queue is able to peek multiple messages in one batch.

Implementation

bool get canPeekBatch {
  return _canPeekBatch;
}