canClear property

bool canClear

Informs if the queue can be cleared.

Returns true if queue can be cleared.

Implementation

bool get canClear {
  return _canClear;
}