isRetryable property

bool get isRetryable

Implementation

bool get isRetryable =>
    isServerError || isNetworkError || isTimeout || isRateLimit;