inOuterZone property

  1. @override
bool get inOuterZone
override

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

Implementation

@override
bool get inOuterZone => Zone.current == outerZone;