inOuterZone property

bool inOuterZone

Whether we are currently executing outside of the AngularDart zone.

If true, the side-effects of executing callbacks are not being observed.

Implementation

bool get inOuterZone => Zone.current == _outerZone;