queueSize property
int
get
queueSize
Gets the number of requests in the queue
Implementation
int get queueSize => _queue.length;
Gets the number of requests in the queue
int get queueSize => _queue.length;