totalAttempts property
int
get
totalAttempts
Gets the total number of scrape attempts
Implementation
int get totalAttempts => _successCount + _failureCount;
Gets the total number of scrape attempts
int get totalAttempts => _successCount + _failureCount;