ARHitTestResult constructor
      
      ARHitTestResult(
    
    
- ARHitTestResultType type,
- double distance,
- Matrix4 worldTransform
Implementation
ARHitTestResult(
  this.type,
  this.distance,
  this.worldTransform,
);