inZone property
bool
get
inZone
We are in zone as soon as we enter the first lock level.
Implementation
bool get inZone => innerLevel > 0;
We are in zone as soon as we enter the first lock level.
bool get inZone => innerLevel > 0;