none constant

RetryPolicy const none

No-retry policy.

Implementation

static const RetryPolicy none = RetryPolicy(maxRetries: 0);