canPeek property

bool canPeek

Informs if the queue is able to peek messages.

Returns true if queue is able to peek messages.

Implementation

bool get canPeek {
  return _canPeek;
}