arrivalCurbApproach property
Arrival curb approach.
Implementation
CurbApproach get arrivalCurbApproach {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Stop_getArrivalCurbApproach(
_handle,
errorHandler,
);
});
return CurbApproach._fromCoreValue(
coreValue,
);
}