canRetry property
bool
get
canRetry
Returns true if this job can be retried.
Implementation
bool get canRetry => attempts < maxRetries;
Returns true if this job can be retried.
bool get canRetry => attempts < maxRetries;