isRecursiveCountSafe property
bool
get
isRecursiveCountSafe
Implementation
bool get isRecursiveCountSafe =>
recursiveCallCount < _preventStackOverFlowMaxCount;
bool get isRecursiveCountSafe =>
recursiveCallCount < _preventStackOverFlowMaxCount;