currentAttempt property

int get currentAttempt

Current retry attempt (0 = first attempt, 1+ = retries)

Implementation

int get currentAttempt => _currentAttempt;