RetryInfo constructor

RetryInfo({
  1. Duration? retryDelay,
})

Implementation

RetryInfo({this.retryDelay}) : super(fullyQualifiedName);