buildConnectionsMaxLength property
Get route connections build max length.
Default is -1.
Implementation
@experimental
int get buildConnectionsMaxLength {
final OperationResult resultString = objectMethod(
pointerId,
'RoutePrefWrapper',
'getBuildConnectionsMaxLength',
);
return resultString['result'];
}