shouldRetry property
bool
get
shouldRetry
Implementation
bool get shouldRetry {
return job.shouldRetry && attempts < job.maxRetries;
}
bool get shouldRetry {
return job.shouldRetry && attempts < job.maxRetries;
}