isRecursiveCountSafe property

bool isRecursiveCountSafe

Implementation

bool get isRecursiveCountSafe =>
    recursiveCallCount < _preventStackOverFlowMaxCount;