UArObjectCaptureResult constructor

const UArObjectCaptureResult({
  1. String? modelPath,
  2. String? imagesPath,
})

Implementation

const UArObjectCaptureResult({this.modelPath, this.imagesPath});