shouldRetry property

bool get shouldRetry

Implementation

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