count property

int get count

Represent the count.

Implementation

int get count {
  return queue.length;
}