hasPendingMicrotasks property

bool hasPendingMicrotasks

Whether there are any outstanding microtasks.

If true, one or more scheduleMicrotask(...) calls (or similar) that were started while inInnerZone is true have yet to be completed.

Most users should not need or use this value.

Implementation

bool get hasPendingMicrotasks => _hasPendingMicrotasks;