microtaskCount property Null safety
The number of pending microtasks scheduled within a call to run or fakeAsync.
Implementation
int get microtaskCount => _microtasks.length;
The number of pending microtasks scheduled within a call to run or fakeAsync.
int get microtaskCount => _microtasks.length;