departureCurbApproach property
Departure curb approach.
Implementation
CurbApproach get departureCurbApproach {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ClosestFacilityRoute_getDepartureCurbApproach(
_handle,
errorHandler,
);
});
return CurbApproach._fromCoreValue(
coreValue,
);
}