size property

int get size

Returns the current size of the queue.

Implementation

int get size => _queue.length;