hasRetryPolicy property

bool hasRetryPolicy
inherited

Returns true if this event has retry policy, otherwise false.

Implementation

bool get hasRetryPolicy => retryPolicy != null;