length property

int get length

Gets the current queue length

Implementation

int get length => _queue.length;