canDeadLetter property

bool canDeadLetter

Informs if the queue is able to send messages to dead letter queue.

Returns true if queue is able to send messages to dead letter queue.

Implementation

bool get canDeadLetter {
  return _canDeadLetter;
}