FetchFailure class

Contains information about a failed attempt to fetch an image.

Implemented types
Annotations

Properties

attemptCount → int
The number of times NetworkImageWithRetry attempted to fetch the image so far.
final
hashCode → int
The hash code for this object.
no setterinherited
httpStatusCode → int?
HTTP status code, such as 500.
final
originalException → dynamic
The exception that caused the fetch failure.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
totalDuration → Duration
The total amount of time it has taken so far to download the image.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

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