Returns an unmodifiable view of the current queue.
List<String> get pendingQueue => List.unmodifiable(_queue);