RetryPolicy constructor

const RetryPolicy(
  1. int maxRetries
)

Implementation

const RetryPolicy(this.maxRetries);