TranmissionMaxRetryRequestError constructor

const TranmissionMaxRetryRequestError(
  1. String reason,
  2. int retryCount
)

Implementation

const TranmissionMaxRetryRequestError(super.reason, this.retryCount);