exceedRetryCount property
bool
get
exceedRetryCount
Implementation
bool get exceedRetryCount {
if (config.enabledInfinitelyRetry) return false;
return _retryCount >= config.maximumRetryCount;
}