Modeling3dReconstructDownloadConfig constructor

const Modeling3dReconstructDownloadConfig({
  1. String modelFormat = 'OBJ',
  2. int textureMode = 0,
})

Implementation

const Modeling3dReconstructDownloadConfig({
  this.modelFormat = 'OBJ',
  this.textureMode = 0,
});