arrivalTimeShift property
Time zone shift for arrival time, in minutes.
Implementation
double get arrivalTimeShift {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Stop_getArrivalTimeShift(
_handle,
errorHandler,
);
});
}