Unspecified class

Indicates that the behavior for retrying a request is unspecified.

This helps differentiate between an intent to never retry and an intent to defer the decision to something else.

Inheritance
Available extensions

Constructors

Unspecified()
Indicates that the behavior for retrying a request is unspecified.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldRetry(Response<Object?>? response, int retryCount) bool

Available on RetryBehavior, provided by the RetryBehaviorX extension

Returns true if the request should be retried based on the given response and retryCount.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited