distance property
The result distance.
Implementation
double get distance {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ProximityResult_getDistance(_handle, errorHandler);
});
}
The result distance.
double get distance {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ProximityResult_getDistance(_handle, errorHandler);
});
}