canRetry property
bool
get
canRetry
Returns true if this message can be retried.
Implementation
bool get canRetry => retryCount < maxRetries;
Returns true if this message can be retried.
bool get canRetry => retryCount < maxRetries;