preserveLastStop property
Preserve last stop.
Implementation
bool get preserveLastStop {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RouteTaskInfo_getPreserveLastStop(
_handle, errorHandler);
});
}
Preserve last stop.
bool get preserveLastStop {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RouteTaskInfo_getPreserveLastStop(
_handle, errorHandler);
});
}