violationTime property
Violation time in minutes.
The total amount of additional time incurred due to time window violations.
Implementation
double get violationTime {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Route_getViolationTime(
_handle,
errorHandler,
);
});
}