RetryPolicy.none constructor

const RetryPolicy.none()

Creates a no-retry policy.

Implementation

const factory RetryPolicy.none() = _NoRetry;