NoRetryPolicy constructor Null safety

NoRetryPolicy()

Default constructor for NoRetryPolicy.

Implementation

factory NoRetryPolicy() {
  return NoRetryPolicyImpl();
}