RetryEvent constructor
Returns the new instance of RetryEvent.
Implementation
const RetryEvent({
required this.retryCount,
required this.intervalInSeconds,
});
Returns the new instance of RetryEvent.
const RetryEvent({
required this.retryCount,
required this.intervalInSeconds,
});