menu
flutter_network_state package
documentation
core/retry_policy.dart
ExponentialBackoff
maxDelay property
maxDelay property
dark_mode
light_mode
maxDelay
property
Duration
maxDelay
final
Upper bound — the computed delay is capped at this value.
Implementation
final Duration maxDelay;
flutter_network_state package
documentation
core/retry_policy
ExponentialBackoff
maxDelay property
ExponentialBackoff class