async_queue
async_queue
AsyncQueue
size property
size
size
property
Null safety
int
size
current size of the queue
equal to number of jobs that left in the queue
Implementation
int get size => _size;
async_queue
async_queue
AsyncQueue
size property
AsyncQueue class
Constructors
AsyncQueue
autoStart
Properties
hashCode
isClosed
runtimeType
size
Methods
addJob
addJobThrow
addQueueListener
close
noSuchMethod
start
toString
Operators
operator ==