preserveFirstStop property
Preserve first stop.
Implementation
bool get preserveFirstStop {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RouteTaskInfo_getPreserveFirstStop(
_handle, errorHandler);
});
}
Preserve first stop.
bool get preserveFirstStop {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RouteTaskInfo_getPreserveFirstStop(
_handle, errorHandler);
});
}