canRetry property

bool get canRetry

Returns true if this message can be retried.

Implementation

bool get canRetry => retryCount < maxRetries;