Modeling3dReconstructSetting constructor

const Modeling3dReconstructSetting({
  1. int faceLevel = 0,
  2. String needRescan = 'true',
  3. int reconstructMode = 0,
  4. String taskId = '0',
  5. int taskType = 0,
  6. int textureMode = 0,
})

Implementation

const Modeling3dReconstructSetting({
  this.faceLevel = 0,
  this.needRescan = 'true',
  this.reconstructMode = 0,
  this.taskId = '0',
  this.taskType = 0,
  this.textureMode = 0,
});