inZone property

bool get inZone

We are in zone as soon as we enter the first lock level.

Implementation

bool get inZone => innerLevel > 0;