hasPendingMacrotasks property
bool
get
hasPendingMacrotasks
Whether there are any outstanding microtasks.
If true
, one or more Timer.run(...)
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 hasPendingMacrotasks => _hasPendingMacrotasks;