maxRetryCount property - RoutingConnectionSettings class - routing library - Dart API
maxRetryCount
maxRetryCount property
getter/setter pair
Defines the max amount of retries before the route request failes with connection related error codes. By default, the max amount of retries is 3.
Implementation
int maxRetryCount;