inInnerZone property

  1. @override
bool get inInnerZone
override

Whether we are currently executing in the inner zone. This can be used by clients to optimize and call runOutside when needed.

Implementation

@override
bool get inInnerZone => !inOuterZone;