totalAttempts property

int get totalAttempts

Gets the total number of scrape attempts

Implementation

int get totalAttempts => _successCount + _failureCount;