shouldRetry property

bool get shouldRetry
inherited

Optional: Whether this job should be retried on failure. Default is true.

Implementation

bool get shouldRetry => true;