canSend property

bool canSend

Informs if the queue is able to send messages.

Returns true if queue is able to send messages.

Implementation

bool get canSend {
  return _canSend;
}