microtasks property

List<Microtask>? microtasks
getter/setter pair

The microtasks that were in the queue when this snapshot was taken. The microtask at the front of the queue (i.e. the one that will run earliest) is the one at index 0 of this list.

Implementation

List<Microtask>? microtasks;