queueLength property

int queueLength

The current length of the future queue.

Implementation

int get queueLength => _queue.length;