AsyncQueue.autoStart constructor Null safety

AsyncQueue.autoStart()

initialize auto queue

which will execute the job when it added into the queue if there is an executing job, the new will have to wait for its turn

Implementation

factory AsyncQueue.autoStart() => AsyncQueue().._autoRun = true;