linesRemaining property

int get linesRemaining

Number of lines remaining in queue.

Implementation

int get linesRemaining => _lineQueue.length;