menu
leancode_pipe package
documentation
signalr_core/src/retry_policy.dart
RetryContext
RetryContext.new const constructor
RetryContext.new const constructor
dark_mode
light_mode
RetryContext
constructor
const
RetryContext
(
{
int
?
previousRetryCount
,
int
?
elapsedMilliseconds
,
Exception
?
retryReason
,
})
Implementation
const RetryContext({ this.previousRetryCount, this.elapsedMilliseconds, this.retryReason, });
leancode_pipe package
documentation
signalr_core/src/retry_policy
RetryContext
RetryContext.new const constructor
RetryContext class