length property

int get length

Returns the number of items in the queue.

Implementation

int get length => _queue.length;