hasRetryPolicy property
Returns true if this event has retry policy, otherwise false.
Implementation
bool get hasRetryPolicy => retryPolicy != null;
Returns true if this event has retry policy, otherwise false.
bool get hasRetryPolicy => retryPolicy != null;