attemptCount property
The number of times NetworkImageWithRetry attempted to fetch the image so far.
This value starts with 1 and grows by 1 with each attempt to fetch the image.
Implementation
final int attemptCount;
The number of times NetworkImageWithRetry attempted to fetch the image so far.
This value starts with 1 and grows by 1 with each attempt to fetch the image.
final int attemptCount;