length property

int length
override

Number of elements in the queue.

Implementation

int get length => _length;