FetchInstructions.attempt constructor
Instructs NetworkImageWithRetry to attempt to download the image from
the given uri
and timeout
if it takes too long.
Implementation
const FetchInstructions.attempt({
required this.uri,
required this.timeout,
}) : shouldGiveUp = false,
alternativeImage = null;