length property
int
get
length
The number of runners currently in the pool.
Implementation
int get length => _queue.length;
The number of runners currently in the pool.
int get length => _queue.length;