queueSize property

int get queueSize

Gets the number of requests in the queue

Implementation

int get queueSize => _queue.length;