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