maxOperationRetryTime property

Duration maxOperationRetryTime

The maximum time to retry operations other than uploads or downloads in milliseconds.

Implementation

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