count property

int get count

Represent the count.

Implementation

int get count {
  return dynamicQueue.length;
}