isWithinScope function

bool isWithinScope()

Returns true if the caller is running within a Scope

Implementation

bool isWithinScope() => _isWithinScope();