length property

  1. @override
int length
override

Number of elements in the queue.

Implementation

@override
int get length => _length;