maxOperationRetryTime property

Duration maxOperationRetryTime
inherited

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

Implementation

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