isTransient property

bool get isTransient

Implementation

bool get isTransient =>
    statusCode != null && isRetryableStatusCode(statusCode!);