inInnerZone property
bool
get
inInnerZone
Whether we are currently executing within this AngularDart zone.
If true
, the side-effects of executing callbacks are being observed.
Implementation
bool get inInnerZone => Zone.current == _innerZone;