size property

int get size

Returns the number of elements in the queue.

Implementation

int get size => _container.length;