waitTime property

double waitTime

Wait time in minutes.

The total amount of additional time incurred due to waiting at time windows.

Implementation

double get waitTime {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Route_getWaitTime(
      _handle,
      errorHandler,
    );
  });
}