length property Null safety

int length
override

Number of elements in the queue.

Implementation

@override
int get length => _length;