findBestSequence property
Find best sequence.
Implementation
bool get findBestSequence {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RouteTaskInfo_getFindBestSequence(
_handle,
errorHandler,
);
});
}