maxDownloadRetryTime property

Duration maxDownloadRetryTime
inherited

The maximum time to retry downloads in milliseconds.

Implementation

Duration get maxDownloadRetryTime {
  return Duration(milliseconds: _delegate.maxDownloadRetryTime);
}