locationStatus property
Location status.
A location status of the point barrier.
Implementation
LocationStatus get locationStatus {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_PointBarrier_getLocationStatus(
_handle,
errorHandler,
);
});
return LocationStatus._fromCoreValue(
coreValue,
);
}