RetryPolicy constructor

RetryPolicy({
  1. int? maxAttempts,
})

Implementation

RetryPolicy({this.maxAttempts});