maxDownloadRetryTime property
Duration
get
maxDownloadRetryTime
The maximum time to retry downloads in milliseconds.
Implementation
Duration get maxDownloadRetryTime {
return Duration(milliseconds: _delegate.maxDownloadRetryTime);
}