menu
data_repository package
documentation
remote/retry_policy.dart
RetryPolicy
maxAttempts property
maxAttempts property
dark_mode
light_mode
maxAttempts
property
int
maxAttempts
final
Total attempts including the first.
1
disables retrying.
Implementation
final int maxAttempts;
data_repository package
documentation
remote/retry_policy
RetryPolicy
maxAttempts property
RetryPolicy class