attemptCount property

int attemptCount
final

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;